mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 10:17:38 +01:00
SPIGOT-5849: Constantly Raining in World 1.16
By: Parker Hawke <hawkeboyz2@hotmail.com>
This commit is contained in:
parent
7972777861
commit
b1e0569835
@ -900,9 +900,9 @@
|
|||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ if (type == WeatherType.DOWNFALL) {
|
+ if (type == WeatherType.DOWNFALL) {
|
||||||
+ this.playerConnection.sendPacket(new PacketPlayOutGameStateChange(PacketPlayOutGameStateChange.b, 0));
|
|
||||||
+ } else {
|
|
||||||
+ this.playerConnection.sendPacket(new PacketPlayOutGameStateChange(PacketPlayOutGameStateChange.c, 0));
|
+ this.playerConnection.sendPacket(new PacketPlayOutGameStateChange(PacketPlayOutGameStateChange.c, 0));
|
||||||
|
+ } else {
|
||||||
|
+ this.playerConnection.sendPacket(new PacketPlayOutGameStateChange(PacketPlayOutGameStateChange.b, 0));
|
||||||
+ }
|
+ }
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
|
Loading…
Reference in New Issue
Block a user