Fixed bugs with FPS and map sending

This commit is contained in:
Anuken
2018-01-28 10:33:44 -05:00
parent 5cba3050b9
commit adfa66a73b
11 changed files with 87 additions and 39 deletions

View File

@@ -53,7 +53,7 @@ public class NetworkIO {
}
}
if(id == -1) id = 0;
if(id == -1) id = 2;
stream.writeByte((byte)(length > 127 ? length - 256 : length));
stream.writeByte(id);