--- deliantra/server/include/config.h 2007/01/02 11:08:36 1.33 +++ deliantra/server/include/config.h 2007/01/14 01:09:46 1.36 @@ -1,6 +1,7 @@ /* CrossFire, A Multiplayer game for X-windows + Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team Copyright (C) 2002 Mark Wedel & Crossfire Development Team Copyright (C) 1992 Frank Tore Johansen @@ -449,7 +450,7 @@ */ #ifndef PLAYERDIR -#define PLAYERDIR "players" +# define PLAYERDIR "players" #endif /* @@ -499,3 +500,8 @@ #define RESET_LOCATION_TIME 3600 +/* + * The message to send to clients when the server calls cleanup (on crash, shutdown, restart and so on). + */ +#define CLEANUP_MESSAGE "The server will likely restart within the minute. Our apologies." +