Merge pull request #9918 from penev92/fixTransforms
Fix an oversight regarding building unlocking
This commit is contained in:
@@ -199,7 +199,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
return;
|
||||
|
||||
BuildComplete = true;
|
||||
Locked = false;
|
||||
Unlock();
|
||||
|
||||
foreach (var notify in self.TraitsImplementing<INotifyBuildComplete>())
|
||||
notify.BuildingComplete(self);
|
||||
|
||||
Reference in New Issue
Block a user