mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-20 19:43:13 +01:00
@@ -279,5 +279,5 @@ var/list/accessible_z_levels = list("8" = 5, "9" = 10, "7" = 15, "2" = 60)
|
||||
|
||||
/mob/update_client_hook(atom/destination)
|
||||
. = ..()
|
||||
if (. && hud_used && get_turf(client.eye) == destination)
|
||||
if (. && hud_used && client && get_turf(client.eye) == destination)
|
||||
hud_used.update_parallax_values()
|
||||
|
||||
Reference in New Issue
Block a user