Merge pull request #600 from jgillich/fixes

Fix gen control owner
This commit is contained in:
Mazo 2020-10-07 13:45:27 +01:00 committed by GitHub
commit 4fc1788e95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -511,7 +511,7 @@ object Zones {
.addLocalObject(
genControl.guid,
Terminal.Constructor(genControl.position, GlobalDefinitions.gen_control),
owningBuildingGuid = obj.guid
owningBuildingGuid = ownerGuid
)
case _ => ()