Don't patch constants.c for nightly, use econfig

This commit is contained in:
Ron J Koenderink 2009-12-03 20:21:22 -06:00 committed by Markus Armbruster
parent c5e2c99546
commit 5f89f8cba3
2 changed files with 1 additions and 12 deletions

View file

@ -0,0 +1 @@
echo pre_update_hook '"echo pre_update_hook executed here"'

View file

@ -1,12 +0,0 @@
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 */