mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-29 18:31:03 +00:00
* Conversion of some Globals to Managed Globals * Fix * for later --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
/proc/get_overmap_sector(var/z)
|
|
if(using_map.use_overmap)
|
|
return GLOB.map_sectors["[z]"]
|
|
else
|
|
return null
|