mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
make things more coherent
This commit is contained in:
@@ -185,7 +185,7 @@ var/global/datum/interactive_map/camera/adv_camera = new
|
||||
|
||||
/datum/interactive_map/camera/sendResources(client/C)
|
||||
..()
|
||||
C << browse_rsc('camera.js', "advcamera.js")
|
||||
C << browse_rsc('advcamera.js')
|
||||
|
||||
/obj/machinery/computer/security/advanced/Topic(href, href_list)
|
||||
//world.log << "[src.type] topic call"
|
||||
|
||||
@@ -258,5 +258,5 @@ var/global/datum/interactive_map/crewmonitor/crewmonitor = new
|
||||
|
||||
/datum/interactive_map/crewmonitor/sendResources(client/C)
|
||||
..()
|
||||
C << browse_rsc('crew.js', "crewmonitor.js")
|
||||
C << browse_rsc('crew.css', "crewmonitor.css")
|
||||
C << browse_rsc('crewmonitor.js')
|
||||
C << browse_rsc('crewmonitor.css')
|
||||
|
||||
Reference in New Issue
Block a user