Various sync fixes

This commit is contained in:
Anuken
2020-05-24 17:01:17 -04:00
parent d202c6ebdd
commit 3051598b92
14 changed files with 71 additions and 79 deletions

View File

@@ -5,5 +5,5 @@ import mindustry.gen.*;
@Component
abstract class RotComp implements Entityc{
@SyncField(false) float rotation;
@SyncField(false) @SyncLocal float rotation;
}