about summary refs log tree commit diff
path: root/src/engine/shared/config.h
diff options
context:
space:
mode:
authorTeetime <TeetimeTW@yahoo.de>2012-03-10 22:58:38 +0100
committerTeetime <TeetimeTW@yahoo.de>2012-03-10 22:58:38 +0100
commitb297f0995a8e097c60e67d6372128e65c22f908b (patch)
treee52e59632841995e94724a9c7ad123b78afdf640 /src/engine/shared/config.h
parent66c44fc229bf8f2f029985a3d712c2518e4e38a9 (diff)
downloadzcatch-b297f0995a8e097c60e67d6372128e65c22f908b.tar.gz
zcatch-b297f0995a8e097c60e67d6372128e65c22f908b.zip
Extended banmaster, now its easier and more comfortable to ban"
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