Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit b3c0677

Browse files
committed
Fixes that one line
1 parent 4c6f5b7 commit b3c0677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

code/modules/mob/dead/observer/observer.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
511511

512512
if(SSlag_switch.measures[DISABLE_GHOST_ZOOM_TRAY] && !is_admin(usr))
513513
to_chat(usr, span_warning("Observer view range is disabled due to performance concerns."))
514+
return
514515
//yogs start -- Divert this verb to the admin variant if this guy has it
515516
if(is_admin(usr) && hascall(usr.client,"toggle_view_range"))
516517
call(usr.client,"toggle_view_range")()

0 commit comments

Comments
 (0)