fix regen

This commit is contained in:
Tyler Murphy 2021-08-13 22:31:35 -04:00
parent 398b8d673a
commit f9bc9cdeb1

View file

@ -108,7 +108,7 @@ public class TickManager {
private static void onStandby() { private static void onStandby() {
for(Player player : playerList.values()) { 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));
} }
} }