mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00: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
|