mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Conversion many Globals to Managed Globals (Part 1) (#17121)
* Conversion of some Globals to Managed Globals * Fix * for later --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/proc/get_overmap_sector(var/z)
|
||||
if(using_map.use_overmap)
|
||||
return map_sectors["[z]"]
|
||||
return GLOB.map_sectors["[z]"]
|
||||
else
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user