Skip to content

Commit

Permalink
Fix magic value of GlobalEntityType.LIGHTNING_BOLT
Browse files Browse the repository at this point in the history
  • Loading branch information
Johni0702 committed Jul 8, 2019
1 parent a100f38 commit c9f115d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ public class MagicValues {
register(PositionElement.PITCH, 3);
register(PositionElement.YAW, 4);

register(GlobalEntityType.LIGHTNING_BOLT, 99);
register(GlobalEntityType.LIGHTNING_BOLT, 1);

register(MobType.AREA_EFFECT_CLOUD, 0);
register(MobType.ARMOR_STAND, 1);
Expand Down

0 comments on commit c9f115d

Please sign in to comment.