From ad9b32b7417d0837c485b6c9b802cc90aa51c521 Mon Sep 17 00:00:00 2001 From: oy Date: Sat, 7 Aug 2010 20:22:25 +0200 Subject: added the possibility to store commands within the console and execute them later on when everything is initialised correctly - fixes several possible startup crashes and the "Support bans in server configuration"-ticket --- src/engine/shared/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/engine/shared/config.h') diff --git a/src/engine/shared/config.h b/src/engine/shared/config.h index 10a54004..ccece08c 100644 --- a/src/engine/shared/config.h +++ b/src/engine/shared/config.h @@ -16,7 +16,8 @@ enum { CFGFLAG_SAVE=1, CFGFLAG_CLIENT=2, - CFGFLAG_SERVER=4 + CFGFLAG_SERVER=4, + CFGFLAG_STORE=8 }; #endif -- cgit 1.4.1