Explorar o código

Remove client-side rain if the player kills the kraken.

GJ %!s(int64=12) %!d(string=hai) anos
pai
achega
3aedeea220

+ 1 - 0
src/main/java/com/gmail/nossr50/runnables/skills/KrakenAttackTask.java

@@ -23,6 +23,7 @@ public class KrakenAttackTask extends BukkitRunnable {
     @Override
     public void run() {
         if (!kraken.isValid()) {
+            player.resetPlayerWeather();
             this.cancel();
         }