Should fix a few bugs and also get us a step closer to overmap.

This commit is contained in:
Neerti
2020-07-07 09:30:12 -04:00
parent 6dabed403f
commit 91402f4f50
13 changed files with 31 additions and 26 deletions
@@ -62,7 +62,7 @@
data["networks"] = all_networks
var/list/map_levels = using_map.get_map_levels(get_z(nano_host()), TRUE)
var/list/map_levels = using_map.get_map_levels(get_z(nano_host()), TRUE, om_range = DEFAULT_OVERMAP_RANGE)
if(current_network)
data["cameras"] = camera_repository.cameras_in_network(current_network, map_levels)