diff options
| author | oy <Tom_Adams@web.de> | 2011-12-30 19:12:31 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-12-30 19:12:31 +0100 |
| commit | ec4bb9453785ba78abc0b42614269fc4d8b11cc6 (patch) | |
| tree | 4999df90e66458a4845575c19e3dc2f72ab35917 /src/engine/shared/config.h | |
| parent | 1bb64d753432ddfd38694b04ff18d14679e08246 (diff) | |
| download | zcatch-ec4bb9453785ba78abc0b42614269fc4d8b11cc6.tar.gz zcatch-ec4bb9453785ba78abc0b42614269fc4d8b11cc6.zip | |
added logout command for econ
Diffstat (limited to 'src/engine/shared/config.h')
| -rw-r--r-- | src/engine/shared/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/shared/config.h b/src/engine/shared/config.h index ed89daa2..c6d8437f 100644 --- a/src/engine/shared/config.h +++ b/src/engine/shared/config.h @@ -20,7 +20,8 @@ enum CFGFLAG_CLIENT=2, CFGFLAG_SERVER=4, CFGFLAG_STORE=8, - CFGFLAG_MASTER=16 + CFGFLAG_MASTER=16, + CFGFLAG_ECON=32, }; #endif |