Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoonij authored Dec 28, 2024
1 parent bfb3e6a commit c960be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/new_player/preferences_setup.dm
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
if(Y)\
I.Shift(NORTH, Y);\

/datum/preferences/proc/update_preview_icon(var/for_observer=0) // seriously. This is horrendous.
/datum/preferences/proc/update_preview_icon(for_observer = FALSE) // seriously. This is horrendous.
qdel(preview_icon_front)
qdel(preview_icon_side)
qdel(preview_icon)
Expand Down

0 comments on commit c960be3

Please sign in to comment.