Fix START/STOP_RAIN mappings

This commit is contained in:
yawkat 2016-04-12 16:54:00 +02:00
parent ebee856602
commit 02488a3812

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);