Skip to content

Commit

Permalink
council fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Oct 12, 2024
1 parent b7ff4e4 commit decbc8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/client/client_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,9 @@ GLOBAL_LIST_INIT(whitelisted_client_procs, list(
if((flag_to_check & WHITELIST_FAX_RESPONDER) && CLIENT_IS_STAFF(src))
return TRUE

if((flag_to_check & WHITELIST_FAX_RESPONDER) && isCouncil(src))
return TRUE

if(!player_data)
load_player_data()
if(!player_data)
Expand Down

0 comments on commit decbc8d

Please sign in to comment.