Don't patch constants.c for nightly, use econfig
This commit is contained in:
parent
c5e2c99546
commit
5f89f8cba3
2 changed files with 1 additions and 12 deletions
1
src/scripts/nightly/patches/All/pre_update.econfig
Normal file
1
src/scripts/nightly/patches/All/pre_update.econfig
Normal file
|
@ -0,0 +1 @@
|
||||||
|
echo pre_update_hook '"echo pre_update_hook executed here"'
|
|
@ -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 */
|
|
Loading…
Add table
Add a link
Reference in a new issue