Time to Build a Wall, a BORDER WALL

This commit is contained in:
Krer-Grimpaw
2023-12-23 14:08:32 -08:00
parent 0b2d9e41a3
commit 8330afa338
8 changed files with 235 additions and 1 deletions
+5
View File
@@ -363,6 +363,11 @@ GLOBAL_LIST_EMPTY(external_rsc_urls)
add_admin_verbs()
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.")
log_and_message_admins("[ckey] was denied a connection due to not being whitelisted.")
qdel(src)
return 0
add_verbs_from_config()
var/cached_player_age = set_client_age_from_db(tdata) //we have to cache this because other shit may change it and we need it's current value now down below.