forked from virt-mirrors/Sit
code cleanup
This commit is contained in:
parent
81f8cf6244
commit
bceb8e573a
3 changed files with 13 additions and 6 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue