Added map default rule editing

This commit is contained in:
Anuken
2019-05-13 11:31:25 -04:00
parent c4c4b473e5
commit b2341bf75c
4 changed files with 15 additions and 8 deletions

View File

@@ -8,10 +8,8 @@ public class ServerLauncher{
public static void main(String[] args){
try{
Net.setClientProvider(new ArcNetClient());
Net.setServerProvider(new ArcNetServer());
new HeadlessApplication(new MindustryServer(args), null, throwable -> CrashSender.send(throwable, f -> {}));
}catch(Throwable t){
CrashSender.send(t, f -> {});