mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 23:46:28 +01:00
Update FreezeGamePlayer.java
This commit is contained in:
parent
9d54879dd3
commit
98e70e8f81
@ -210,6 +210,6 @@ public class FreezeGamePlayer extends GamePlayer {
|
||||
if (this.dead)
|
||||
return;
|
||||
|
||||
super.getHabbo().getHabboInfo().getCurrentRoom().giveEffect(super.getHabbo(), this.correctEffectId(), -1);
|
||||
super.getHabbo().getHabboInfo().getCurrentRoom().giveEffect(super.getHabbo(), this.correctEffectId(), -1, true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user