Merge pull request #13661 from timothyteakettle/age-verification

adds in-game age verification as an alternative to access requests
This commit is contained in:
LetterJay
2020-11-08 11:07:05 -06:00
committed by GitHub
6 changed files with 77 additions and 31 deletions
+3 -1
View File
@@ -78,7 +78,9 @@
#define EXP_TYPE_ADMIN "Admin"
//Flags in the players table in the db
#define DB_FLAG_EXEMPT 1
#define DB_FLAG_EXEMPT (1<<0)
#define DB_FLAG_AGE_CONFIRMATION_INCOMPLETE (1<<1)
#define DB_FLAG_AGE_CONFIRMATION_COMPLETE (1<<2)
#define DEFAULT_CYBORG_NAME "Default Cyborg Name"