Skip to content

Commit 94f5e9b

Browse files
Don't offset the particle
1 parent fc2c566 commit 94f5e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/enderman/minecraft/plugins/scp/entities/SCP018Entity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class SCP018Entity(plugin: SCPPlugin) : CustomEntity<Snowball>(plugin, "scp_018"
134134
Particle.DUST_COLOR_TRANSITION,
135135
entity.location,
136136
1,
137-
0.5, 0.5, 0.5,
137+
0.0, 0.0, 0.0,
138138
Particle.DustTransition(Color.RED, Color.RED, 0.5F)
139139
)
140140

0 commit comments

Comments
 (0)