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