aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/Common.h')
-rw-r--r--src/shared/Common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/Common.h b/src/shared/Common.h
index 96071437931..34a35800ad2 100644
--- a/src/shared/Common.h
+++ b/src/shared/Common.h
@@ -169,7 +169,8 @@ enum AccountTypes
SEC_PLAYER = 0,
SEC_MODERATOR = 1,
SEC_GAMEMASTER = 2,
- SEC_ADMINISTRATOR = 3
+ SEC_ADMINISTRATOR = 3,
+ SEC_CONSOLE = 4 // must be always last in list, accounts must have less security level always also
};
enum LocaleConstant