Whoopsie, should add the discord URL to the denial prompt

This commit is contained in:
Krer-Grimpaw
2023-12-23 14:18:43 -08:00
parent 8330afa338
commit 8cb6a7d3ea
+1 -1
View File
@@ -364,7 +364,7 @@ GLOBAL_LIST_EMPTY(external_rsc_urls)
to_chat(src, get_message_output("memo"))
adminGreet()
else if(!BC_IsKeyAllowedToConnect(ckey))
to_chat(src, "Sorry, but the server is currently only accepting whitelisted players. Please see the discord to be whitelisted.")
to_chat(src, "Sorry, but the server is currently only accepting whitelisted players. Please see the discord to be whitelisted: https://discord.gg/HHxHm6F")
log_and_message_admins("[ckey] was denied a connection due to not being whitelisted.")
qdel(src)
return 0