diff --git a/modular_bandastation/metaserver/code/admin.dm b/modular_bandastation/metaserver/code/admin.dm index 5e4babfc2e1a0..743885426ebce 100644 --- a/modular_bandastation/metaserver/code/admin.dm +++ b/modular_bandastation/metaserver/code/admin.dm @@ -1,5 +1,5 @@ ADMIN_VERB(wl_ban, R_BAN, "WL Ban", "Ban a player from the whitelist.", ADMIN_CATEGORY_MAIN) - var/banned_ckey = input(user, "Please specify the cckey of the player you want to ban from the whitelist.", "WL Ban", "") as string|null + var/banned_ckey = input(user, "Please specify the ckey of the player you want to ban from the whitelist.", "WL Ban", "") as string|null banned_ckey = ckey(ckey) if(!input) return