Version update, GWT error fix

This commit is contained in:
Anuken
2018-02-15 18:15:25 -05:00
parent d117225877
commit 71ce6d0bec
2 changed files with 3 additions and 5 deletions

View File

@@ -344,8 +344,6 @@ public class NetServer extends Module{
}
}
Log.info("Sent {0} bytes of block data.", stream.size());
}catch (IOException e){
throw new RuntimeException(e);
}