about summary refs log tree commit diff
path: root/src/engine/shared/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/shared/config.h')
-rw-r--r--src/engine/shared/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/shared/config.h b/src/engine/shared/config.h
index c6d8437f..4200303e 100644
--- a/src/engine/shared/config.h
+++ b/src/engine/shared/config.h
@@ -22,6 +22,7 @@ enum
 	CFGFLAG_STORE=8,
 	CFGFLAG_MASTER=16,
 	CFGFLAG_ECON=32,
+	CFGFLAG_BANMASTER=64|CFGFLAG_MASTER,
 };
 
 #endif