mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
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
|