about summary refs log tree commit diff
path: root/src/engine/shared/config.h
diff options
context:
space:
mode:
authorTeetime <TeetimeTW@yahoo.de>2012-02-17 20:07:26 +0100
committerTeetime <TeetimeTW@yahoo.de>2012-02-17 20:07:26 +0100
commit011d30b4ad291d00414ac8d1e851c2e8e0274f27 (patch)
tree579c52806c7b8daf56b1fede4396a24076c3bd71 /src/engine/shared/config.h
parentca3f7fd95a29bf6905703af5a4046ef0511c4f04 (diff)
downloadzcatch-011d30b4ad291d00414ac8d1e851c2e8e0274f27.tar.gz
zcatch-011d30b4ad291d00414ac8d1e851c2e8e0274f27.zip
extended banmaster and added more functions
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