mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Fix persistence tracking shit outside of station
This commit is contained in:
@@ -31,7 +31,7 @@ SUBSYSTEM_DEF(persistence)
|
|||||||
return
|
return
|
||||||
|
|
||||||
// if((!T.z in GLOB.using_map.station_levels) || !initialized)
|
// 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
|
return
|
||||||
|
|
||||||
if(!tracking_values[track_type])
|
if(!tracking_values[track_type])
|
||||||
|
|||||||
Reference in New Issue
Block a user