mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 15:19:24 +07:00
Removed pointless "> "
This commit is contained in:
parent
7543d92473
commit
497ae740aa
@ -84,6 +84,7 @@ public class BeControl{
|
||||
if(!updateAvailable) return;
|
||||
|
||||
if(!headless){
|
||||
checkUpdates = false;
|
||||
ui.showCustomConfirm(Core.bundle.format("be.update", "") + " " + updateBuild, "$be.update.confirm", "$ok", "$be.ignore", () -> {
|
||||
boolean[] cancel = {false};
|
||||
float[] progress = {0};
|
||||
|
@ -170,7 +170,6 @@ public class ServerControl implements ApplicationListener{
|
||||
toggleSocket(Config.socketInput.bool());
|
||||
|
||||
info("&lcServer loaded. Type &ly'help'&lc for help.");
|
||||
System.out.print("> ");
|
||||
}
|
||||
|
||||
private void registerCommands(){
|
||||
@ -822,8 +821,6 @@ public class ServerControl implements ApplicationListener{
|
||||
}else if(response.type == ResponseType.manyArguments){
|
||||
err("Too many command arguments. Usage: " + response.command.text + " " + response.command.paramText);
|
||||
}
|
||||
|
||||
System.out.print("> ");
|
||||
}
|
||||
|
||||
private void play(boolean wait, Runnable run){
|
||||
|
Loading…
Reference in New Issue
Block a user