Add some basic safeguards around RenderPlayer.set.
This commit is contained in:
@@ -467,4 +467,7 @@ namespace OpenRA.Traits
|
||||
return playerName + " " + BoolValues[newValue] + " " + Name + ".";
|
||||
}
|
||||
}
|
||||
|
||||
[RequireExplicitImplementation]
|
||||
public interface IUnlocksRenderPlayer { bool RenderPlayerUnlocked { get; } }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user