mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fix null values being present in mob_list.
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
/mob/new_player/New()
|
/mob/new_player/New()
|
||||||
mob_list += src
|
mob_list += src
|
||||||
|
initialized = TRUE // Explicitly don't use Initialize(). New players join super early and use New()
|
||||||
|
|
||||||
/mob/new_player/verb/new_player_panel()
|
/mob/new_player/verb/new_player_panel()
|
||||||
set src = usr
|
set src = usr
|
||||||
|
|||||||
Reference in New Issue
Block a user