Bug fixes
This commit is contained in:
@@ -96,12 +96,12 @@ public class Main {
|
||||
|
||||
Scanner scanner = new Scanner(System.in);
|
||||
|
||||
// while (protocolBridge.getProtocolServer().getNetwork().isServerOnline()) {
|
||||
// System.out.print(commandExecutor.getName() + "> ");
|
||||
// String line = scanner.nextLine();
|
||||
// commandManager.execute(commandExecutor, line);
|
||||
// }
|
||||
//
|
||||
// System.exit(0);
|
||||
while (protocolBridge.getProtocolServer().getNetwork().isServerOnline()) {
|
||||
System.out.print(commandExecutor.getName() + "> ");
|
||||
String line = scanner.nextLine();
|
||||
commandManager.execute(commandExecutor, line);
|
||||
}
|
||||
|
||||
System.exit(0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user