mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 20:14:31 +01:00
Fix persistence tracking shit outside of station
This commit is contained in:
@@ -31,7 +31,7 @@ SUBSYSTEM_DEF(persistence)
|
||||
return
|
||||
|
||||
// if((!T.z in GLOB.using_map.station_levels) || !initialized)
|
||||
if(!T.z in using_map.station_levels)
|
||||
if(!(T.z in using_map.station_levels))
|
||||
return
|
||||
|
||||
if(!tracking_values[track_type])
|
||||
|
||||
Reference in New Issue
Block a user