mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-10 04:11:03 +00:00
Fix gen control owner
This commit is contained in:
parent
2d0f0ebe49
commit
2c1ee82843
|
|
@ -511,7 +511,7 @@ object Zones {
|
|||
.addLocalObject(
|
||||
genControl.guid,
|
||||
Terminal.Constructor(genControl.position, GlobalDefinitions.gen_control),
|
||||
owningBuildingGuid = obj.guid
|
||||
owningBuildingGuid = ownerGuid
|
||||
)
|
||||
|
||||
case _ => ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue