mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-27 10:14:04 +00:00
Curse you indentation man!
This commit is contained in:
@@ -92,7 +92,6 @@ public class NavigationCommands {
|
||||
} else {
|
||||
levelsToDescend = args.getInteger(0);
|
||||
}
|
||||
|
||||
int descentLevels = 1;
|
||||
while (player.descendLevel() && levelsToDescend != descentLevels) {
|
||||
descentLevels++;
|
||||
|
Reference in New Issue
Block a user