mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Minimap support for the crew monitoring computer.
This commit is contained in:
@@ -280,6 +280,11 @@ var/next_external_rsc = 0
|
||||
hi = new type(null)
|
||||
hi.sendResources(src)
|
||||
|
||||
// Preload the crew monitor. This needs to be done due to BYOND bug http://www.byond.com/forum/?post=1487244
|
||||
spawn
|
||||
if (crewmonitor && crewmonitor.initialized)
|
||||
crewmonitor.sendResources(src)
|
||||
|
||||
//Send nanoui files to client
|
||||
SSnano.send_resources(src)
|
||||
getFiles(
|
||||
|
||||
Reference in New Issue
Block a user