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