fix regen
This commit is contained in:
parent
398b8d673a
commit
f9bc9cdeb1
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ public class TickManager {
|
|||
|
||||
private static void onStandby() {
|
||||
for(Player player : playerList.values()) {
|
||||
player.addPotionEffect(new PotionEffect(PotionEffectType.HEAL, 1000000, 127, false, false));
|
||||
player.addPotionEffect(new PotionEffect(PotionEffectType.REGENERATION, 1000000, 127, false, false));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue