Skip to content

Commit

Permalink
linter fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
Legendaxe committed Apr 19, 2024
1 parent d03819e commit 2db15b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_ss220/whitelist/code/whitelist.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/world/IsBanned(key, address, computer_id, type, check_ipintel, check_2fa, check_guest, log_info, check_tos)
var/ckey = ckey(key)

if(GLOB.configuration.overflow.reroute_cap != 0.5 || !ckey || ckey in GLOB.configuration.overflow.overflow_whitelist)
if(GLOB.configuration.overflow.reroute_cap != 0.5 || !ckey || (ckey in GLOB.configuration.overflow.overflow_whitelist))
return ..()

var/list/denied_entry = list("reason"="no-whitelist", "desc"="\nПричина: Вас ([key]) нет в вайтлисте этого сервера. Приобрести доступ возможно у одного из стримеров Банды за баллы канала или записаться самостоятельно с помощью команды в дискорде, доступной сабам бусти, начиная со второго тира.")
Expand Down

0 comments on commit 2db15b3

Please sign in to comment.