mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fixes the compile
This commit is contained in:
@@ -249,7 +249,7 @@ var/global/datum/interactive_map/crewmonitor/crewmonitor = new
|
||||
var/y = text2num(href_list["y"])
|
||||
var/turf/tile = locate(x, y, AI.z)
|
||||
if(tile)
|
||||
AI.eyeobj.setLoc(tile)
|
||||
AI.eyeobj.forceMove(tile)
|
||||
|
||||
/datum/interactive_map/crewmonitor/queueUpdate(z)
|
||||
var/datum/controller/process/html/html = processScheduler.getProcess("html")
|
||||
|
||||
Reference in New Issue
Block a user