Rename Actor.Destroy/Destroyed to Dispose/Disposed.
This commit is contained in:
@@ -78,7 +78,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
}
|
||||
}
|
||||
else
|
||||
pilot.Destroy();
|
||||
pilot.Dispose();
|
||||
}
|
||||
|
||||
static bool IsSuitableCell(Actor self, Actor actorToDrop)
|
||||
|
||||
Reference in New Issue
Block a user