mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 16:44:33 +01:00
FIX: APC's unbuildable due to runtime
This commit fixes APC's being unbuildable due to a runtime error. The runtime error was caused by checking for area.master, which no longer exists after the lighting overhaul. Signed-off-by: Tigercat2000 <nick.pilant2@gmail.com>
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
if (building==0)
|
||||
init()
|
||||
else
|
||||
area = src.loc.loc:master
|
||||
area = src.loc.loc
|
||||
area.apc |= src
|
||||
opened = 1
|
||||
operating = 0
|
||||
|
||||
Reference in New Issue
Block a user