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

This commit is contained in:
GJ 2013-05-03 12:11:52 -04:00
parent 4f9b7b2609
commit 3aedeea220

View File

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