mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-07-10 07:42:06 +01:00
6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
/proc/get_overmap_sector(var/z)
|
|
if(using_map.use_overmap)
|
|
return map_sectors["[z]"]
|
|
else
|
|
return null
|