Skip to content

Commit

Permalink
log to debug_verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
No-Tips committed Nov 29, 2023
1 parent e9e48f8 commit c02410e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/antagonist/antagonist.dm
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
log_debug_verbose("[key_name(player)] is not eligible to become a [role_text]: Is only [player.current.client.player_age] day\s old, has to be [min_player_age] day\s!")
return FALSE
if(player.current.client.get_preference_value(/datum/client_preference/become_midround_antag) != GLOB.PREF_YES && GAME_STATE >= RUNLEVEL_GAME)
log_debug("[key_name(player)] set their preference to disable becoming midround antag!")
log_debug_verbose("[key_name(player)] set their preference to disable becoming midround antag!")
switch(player.current.client.get_preference_value(/datum/client_preference/become_midround_antag))
if(GLOB.PREF_NO)
return FALSE
Expand Down

0 comments on commit c02410e

Please sign in to comment.