From f6bb67f0bc8562194e0cee6469703933efee0dc5 Mon Sep 17 00:00:00 2001 From: harryob <55142896+harryob@users.noreply.github.com> Date: Mon, 2 Sep 2024 20:53:08 +0100 Subject: [PATCH] Update code/modules/vehicles/van/box_van.dm Co-authored-by: Doubleumc --- code/modules/vehicles/van/box_van.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vehicles/van/box_van.dm b/code/modules/vehicles/van/box_van.dm index f555aa14a6..cd090aa9c8 100644 --- a/code/modules/vehicles/van/box_van.dm +++ b/code/modules/vehicles/van/box_van.dm @@ -81,7 +81,7 @@ icon_state = null - RegisterSignal(SSdcs, COMSIG_GLOB_MOB_LOGIN, PROC_REF(add_default_image)) + RegisterSignal(SSdcs, COMSIG_GLOB_MOB_LOGGED_IN, PROC_REF(add_default_image)) for(var/icon in GLOB.player_list) add_default_image(SSdcs, icon)