Toggleable Hardsuit Helmets (#7559)
This commit is contained in:
@@ -43,7 +43,7 @@ public abstract class SharedActionsSystem : EntitySystem
|
||||
}
|
||||
|
||||
#region ComponentStateManagement
|
||||
protected virtual void Dirty(ActionType action)
|
||||
public virtual void Dirty(ActionType action)
|
||||
{
|
||||
if (action.AttachedEntity == null)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user