Skip to content

Commit

Permalink
[MIRROR] Remove error log on client lacking preferences (#2573)
Browse files Browse the repository at this point in the history
Co-authored-by: SierraKomodo <[email protected]>
  • Loading branch information
SierraHelper and SierraKomodo authored Oct 21, 2024
1 parent 1dcf928 commit cb7ea67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/modules/client/preference_setup/global/05_settings.dm
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@
return prefs.preference_values[cp.key]
else
return null
else
log_error("Client is lacking preferences: [log_info_line(src)]")

/client/proc/set_preference(preference, set_preference)
var/datum/client_preference/cp = get_client_preference(preference)
Expand Down

0 comments on commit cb7ea67

Please sign in to comment.