Removed TODO that was done

This commit is contained in:
Teriuihi 2025-03-01 00:09:30 +01:00
parent d11cf25fc8
commit 436b462ffe

View File

@ -60,7 +60,7 @@ public final class PlayerStat {
case TIME_SPEND_CAPTURING_FLAG -> timeSpendCapturingFlag++;
case DEATHS_IN_POWDERED_SNOW -> {
if (someoneDiedInPowderedSnow) {
deathsInPowderedSnow++; //TODO announce if they are the first person to do this and save they are the first
deathsInPowderedSnow++;
return;
}
OfflinePlayer offlinePlayer = Bukkit.getOfflinePlayer(uuid);