]> git.pond.sub.org Git - empserver/blob - src/scripts/nightly/patches/All/pre_update.patch
Fix info navigate on missile interdiction targets
[empserver] / src / scripts / nightly / patches / All / pre_update.patch
1 Index: empserver/src/lib/global/constants.c
2 --- empserver/src/lib/global/constants.c        23 Aug 2007 18:26:04 -0000      1.40
3 +++ empserver/src/lib/global/constants.c        9 Sep 2007 02:42:51 -0000
4 @@ -61,7 +61,7 @@
5  char *update_demandtimes = ""; /* demand update time ranges */
6  char *game_days = "";          /* days game is running */
7  char *game_hours = "";         /* hours game is running */
8 -char *pre_update_hook = "";
9 +char *pre_update_hook = "echo pre_update_hook executed here";
10  int max_idle = 15;             /* session dies after max_idle minutes idle */
11
12  int sect_mob_max = 127;                /* sector mobility limits */