diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index c001e766f7a..29dbb61db30 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -347,7 +347,7 @@ var/list/preferences_datums = list() if(unlock_content) dat += "BYOND Membership Publicity: [(toggles & MEMBER_PUBLIC) ? "Public" : "Hidden"]
" dat += "Ghost Form: [ghost_form]
" - dat += "Ghost Orbit: [ghost_orbit]
" + dat += "Ghost Orbit: [ghost_orbit]
" if (SERVERTOOLS && config.maprotation) var/p_map = preferred_map @@ -1134,4 +1134,4 @@ var/list/preferences_datums = list() if(icon_updates) character.update_body() character.update_hair() - character.update_mutcolor() \ No newline at end of file + character.update_mutcolor()