mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 12:51:09 -05:00
Fix START/STOP_RAIN mappings
This commit is contained in:
parent
ebee856602
commit
02488a3812
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue