Merge pull request #155 from yawkat/rain-0

Fix START/STOP_RAIN mappings
This commit is contained in:
Steven Smith 2016-04-12 08:06:36 -07:00
commit fd991124d9

View file

@ -494,8 +494,8 @@ public class MagicValues {
register(UpdatedTileType.END_GATEWAY, 8);
register(ClientNotification.INVALID_BED, 0);
register(ClientNotification.START_RAIN, 1);
register(ClientNotification.STOP_RAIN, 2);
register(ClientNotification.START_RAIN, 2);
register(ClientNotification.STOP_RAIN, 1);
register(ClientNotification.CHANGE_GAMEMODE, 3);
register(ClientNotification.ENTER_CREDITS, 4);
register(ClientNotification.DEMO_MESSAGE, 5);