Multiplayer bugfixes
This commit is contained in:
@@ -28,7 +28,7 @@ abstract class BuilderComp implements Unitc{
|
||||
|
||||
@Import float x, y, rotation;
|
||||
|
||||
Queue<BuildPlan> plans = new Queue<>();
|
||||
@SyncLocal Queue<BuildPlan> plans = new Queue<>();
|
||||
transient boolean building = true;
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user