code cleanup

This commit is contained in:
Oth3r 2024-10-19 17:54:35 -05:00
commit bceb8e573a
3 changed files with 13 additions and 6 deletions

View file

@ -57,7 +57,7 @@ public class Events {
client.setScreen(new ConfigScreen(client.currentScreen));
}
// anything below uses the player object, make sure it's not null
/// anything below uses the player object, make sure it's not null
if (player == null) return;
while (toggle_key.wasPressed()) {