further progress

This commit is contained in:
Anuken
2019-08-19 21:32:33 -04:00
parent 98c35c5291
commit f7eea51066
11 changed files with 428 additions and 47 deletions

View File

@@ -220,11 +220,6 @@ public class ArcNetServer implements ServerProvider{
}
}
@Override
public void dispose(){
close();
}
private void handleException(Throwable e){
Time.run(0f, () -> {
throw new RuntimeException(e);