mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-14 19:01:38 +01:00
5926589c16
* removes var/ inside all procs * . * ugh
6 lines
108 B
Plaintext
6 lines
108 B
Plaintext
/proc/get_overmap_sector(z)
|
|
if(using_map.use_overmap)
|
|
return GLOB.map_sectors["[z]"]
|
|
else
|
|
return null
|