add persist command

This commit is contained in:
Martin Michelsen
2022-09-16 13:40:00 -07:00
parent e7a821bcba
commit 58aef33edc
3 changed files with 50 additions and 28 deletions
+2
View File
@@ -17,6 +17,8 @@ enum Privilege {
FREE_JOIN_GAMES = 0x00000040,
UNLOCK_GAMES = 0x00000080,
DEBUG = 0x01000000,
MODERATOR = 0x00000007,
ADMINISTRATOR = 0x0000003F,
ROOT = 0x7FFFFFFF,