Removed TODO that was done
This commit is contained in:
parent
d11cf25fc8
commit
436b462ffe
|
|
@ -60,7 +60,7 @@ public final class PlayerStat {
|
||||||
case TIME_SPEND_CAPTURING_FLAG -> timeSpendCapturingFlag++;
|
case TIME_SPEND_CAPTURING_FLAG -> timeSpendCapturingFlag++;
|
||||||
case DEATHS_IN_POWDERED_SNOW -> {
|
case DEATHS_IN_POWDERED_SNOW -> {
|
||||||
if (someoneDiedInPowderedSnow) {
|
if (someoneDiedInPowderedSnow) {
|
||||||
deathsInPowderedSnow++; //TODO announce if they are the first person to do this and save they are the first
|
deathsInPowderedSnow++;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
OfflinePlayer offlinePlayer = Bukkit.getOfflinePlayer(uuid);
|
OfflinePlayer offlinePlayer = Bukkit.getOfflinePlayer(uuid);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user