Renamed SyncAttribute to VerifySyncAttribute
This commit is contained in:
committed by
Gustas Kažukauskas
parent
ec75dcd9e9
commit
d4fd66adf9
@@ -51,7 +51,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
int conditionToken = Actor.InvalidConditionToken;
|
||||
|
||||
// If the trait is paused this may be true with no condition granted
|
||||
[Sync]
|
||||
[VerifySync]
|
||||
bool enabled = false;
|
||||
|
||||
public ToggleConditionOnOrder(ToggleConditionOnOrderInfo info)
|
||||
|
||||
Reference in New Issue
Block a user