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

@ -1,7 +1,7 @@
#Autogenerated file. Do not modify.
#Wed Feb 14 23:25:13 EST 2018
#Thu Feb 15 18:00:20 EST 2018
version=beta
androidBuildCode=226
androidBuildCode=228
name=Mindustry
code=3.3
build=custom build
build=22

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);
}