please dont do that again

This commit is contained in:
illuc 2026-03-03 09:36:48 +02:00
parent 01ac8dcbbc
commit a7c7f11bc7

View file

@ -74,6 +74,7 @@ public class OfflinePlayerEvents {
PlayerHealthData ph = player.getPlayerHealthData(); PlayerHealthData ph = player.getPlayerHealthData();
if (ph == null) return;
int i = 0; int i = 0;
float damage = event.getAmount(); float damage = event.getAmount();