Some initial multiplayer bugfixes

This commit is contained in:
Anuken
2020-06-23 20:01:55 -04:00
parent fc8e1d5b6d
commit d095008e7c
6 changed files with 38 additions and 25 deletions

View File

@@ -142,7 +142,13 @@ public class EntityIO{
io(field.type, "this." + (sf ? field.name + targetSuf : field.name) + " = ");
if(sl) econt();
if(sl){
ncont("else" );
st("read.f()");
econt();
}
}
st("afterSync()");