Skip to content

Commit

Permalink
dview number 2
Browse files Browse the repository at this point in the history
  • Loading branch information
X0-11 committed Jun 3, 2024
1 parent 479eb1b commit 562e113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/_helpers/unsorted.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1136,7 +1136,7 @@ GLOBAL_DATUM_INIT(dview_mob, /mob/dview, new)
/mob/dview/Initialize()
. = ..()
// We don't want to be in any mob lists; we're a dummy not a mob.
SSmobs.mob_list -= src
STOP_PROCESSING(SSmobs, src)

// call to generate a stack trace and print to runtime logs
/proc/crash_with(msg)
Expand Down

0 comments on commit 562e113

Please sign in to comment.