Skip to content

Commit

Permalink
Update code/modules/vehicles/van/box_van.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Doubleumc <[email protected]>
  • Loading branch information
harryob and Doubleumc committed Sep 2, 2024
1 parent b614cee commit f6bb67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/vehicles/van/box_van.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f6bb67f

Please sign in to comment.