todo cleanup

This commit is contained in:
Oth3r 2024-10-19 17:45:58 -05:00
commit 81f8cf6244
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,6 @@ public class LoopManager {
}
// get the player's sit entity when they join
// todo make it so it updates the sitting height and pos based on the block so if it changed while offline it still works (or if stair changes shape)
HashMap<ServerPlayerEntity, Integer> checkPlayers = Data.getCheckPlayers();
for (ServerPlayerEntity player : checkPlayers.keySet()) {
Integer time = checkPlayers.get(player);