mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 18:14:22 +01:00
i fucked up - GLOBAL.DEFAULT_VIEW > GLOB.DEFAULT_VIEW
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
var/mob/camera/aiEye/remote/shuttle_docker/the_eye = eyeobj
|
||||
user.client.images -= the_eye.placement_images
|
||||
user.client.images -= the_eye.placed_images
|
||||
user.client.change_view(GLOBAL.DEFAULT_VIEW)
|
||||
user.client.change_view(GLOB.DEFAULT_VIEW)
|
||||
|
||||
/obj/machinery/computer/camera_advanced/shuttle_docker/proc/placeLandingSpot()
|
||||
if(!checkLandingSpot())
|
||||
|
||||
Reference in New Issue
Block a user