mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-10 22:00:50 +01:00
Remove client-side rain if the player kills the kraken.
This commit is contained in:
@@ -23,6 +23,7 @@ public class KrakenAttackTask extends BukkitRunnable {
|
||||
@Override
|
||||
public void run() {
|
||||
if (!kraken.isValid()) {
|
||||
player.resetPlayerWeather();
|
||||
this.cancel();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user