Rename Actor.Destroy/Destroyed to Dispose/Disposed.
This commit is contained in:
@@ -61,7 +61,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
public void Tick(Actor self)
|
||||
{
|
||||
if (self.Destroyed)
|
||||
if (self.Disposed)
|
||||
return;
|
||||
|
||||
VisibilityHash = 0;
|
||||
|
||||
Reference in New Issue
Block a user