New item bars / Map bugfixes / Stub wave editing

This commit is contained in:
Anuken
2019-03-13 21:26:53 -04:00
parent ecb77b0283
commit f2662045ed
31 changed files with 163 additions and 56 deletions

View File

@@ -228,7 +228,7 @@ public class ServerControl implements ApplicationListener{
host();
}catch(MapException e){
Log.err(e.map.getDisplayName() + ": " + e.getMessage());
Log.err(e.map.name() + ": " + e.getMessage());
}
});
@@ -664,7 +664,7 @@ public class ServerControl implements ApplicationListener{
try{
r.run();
}catch(MapException e){
Log.err(e.map.getDisplayName() + ": " + e.getMessage());
Log.err(e.map.name() + ": " + e.getMessage());
Net.closeServer();
}
}