Skip to content

Commit

Permalink
Update modular_bandastation/metaserver/code/admin.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Gaxeer <[email protected]>
  • Loading branch information
Furrior and Gaxeer authored Jan 1, 2025
1 parent a6c86b4 commit 06a1f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modular_bandastation/metaserver/code/admin.dm
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 06a1f85

Please sign in to comment.