mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
Curse you indentation man!
This commit is contained in:
parent
7717223686
commit
4b65cf5bea
@ -92,7 +92,6 @@ public class NavigationCommands {
|
||||
} else {
|
||||
levelsToDescend = args.getInteger(0);
|
||||
}
|
||||
|
||||
int descentLevels = 1;
|
||||
while (player.descendLevel() && levelsToDescend != descentLevels) {
|
||||
descentLevels++;
|
||||
|
Loading…
Reference in New Issue
Block a user