Skip to content

Commit 2205ce6

Browse files
authored
Merge pull request #305 from aadnk/master
Branch hiccup
2 parents a6810ea + 2844d75 commit 2205ce6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/API/src/main/java/com/comphenix/protocol/wrappers/EnumWrappers.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ public enum Particle {
217217
DRAGON_BREATH("dragonbreath", 42, false),
218218
END_ROD("endRod", 43, false),
219219
DAMAGE_INDICATOR("damageIndicator", 44, true),
220-
SWEEP_ATTACK("sweepAttack", 45, true);
220+
SWEEP_ATTACK("sweepAttack", 45, true),
221+
FALLING_DUST("fallingdust", 46, true);
221222

222223
private static final Map<String, Particle> BY_NAME;
223224
private static final Map<Integer, Particle> BY_ID;

0 commit comments

Comments
 (0)