mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06:45 +01:00
Remove client-side rain if the player kills the kraken.
This commit is contained in:
parent
4f9b7b2609
commit
3aedeea220
@ -23,6 +23,7 @@ public class KrakenAttackTask extends BukkitRunnable {
|
||||
@Override
|
||||
public void run() {
|
||||
if (!kraken.isValid()) {
|
||||
player.resetPlayerWeather();
|
||||
this.cancel();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user