empserver/src/scripts/nightly/patches/All/pre_update.patch

12 lines
586 B
Diff

Index: empserver/src/lib/global/constants.c
--- empserver/src/lib/global/constants.c 23 Aug 2007 18:26:04 -0000 1.40
+++ empserver/src/lib/global/constants.c 9 Sep 2007 02:42:51 -0000
@@ -61,7 +61,7 @@
char *update_demandtimes = ""; /* demand update time ranges */
char *game_days = ""; /* days game is running */
char *game_hours = ""; /* hours game is running */
-char *pre_update_hook = "";
+char *pre_update_hook = "echo pre_update_hook executed here";
int max_idle = 15; /* session dies after max_idle minutes idle */
int sect_mob_max = 127; /* sector mobility limits */