mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 15:26:31 +01:00
see commits fixes stuff in maintainer bug triage --------- Co-authored-by: silicons <no@you.cat>
10 lines
194 B
Plaintext
10 lines
194 B
Plaintext
/**
|
|
* runs the gauntlet of checks we use on join
|
|
*
|
|
* client should already be logged to DB at this point.
|
|
*/
|
|
/client/proc/onboarding()
|
|
security_checks()
|
|
panic_bunker()
|
|
age_verification()
|