Removed TODO that was done
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user