From 2260a19d50fb2ec7d2c9db38e93db03089318382 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 26 Jan 2015 07:24:18 +0100 Subject: [PATCH] disable ORIGIN command because of E4 crash --- src/build.h | 2 +- src/laws.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/build.h b/src/build.h index 46a2e1316..4bb36e227 100644 --- a/src/build.h +++ b/src/build.h @@ -1,3 +1,3 @@ #define VERSION_MAJOR 3 #define VERSION_MINOR 3 -#define VERSION_BUILD 695 +#define VERSION_BUILD 696 diff --git a/src/laws.c b/src/laws.c index c7e72bfaf..3f30a8f2b 100755 --- a/src/laws.c +++ b/src/laws.c @@ -4339,7 +4339,7 @@ void init_processor(void) p += 10; add_proc_order(p, K_QUIT, &quit_cmd, 0, NULL); - add_proc_order(p, K_URSPRUNG, &origin_cmd, 0, NULL); +// add_proc_order(p, K_URSPRUNG, &origin_cmd, 0, NULL); add_proc_order(p, K_ALLY, &ally_cmd, 0, NULL); add_proc_order(p, K_PREFIX, &prefix_cmd, 0, NULL); add_proc_order(p, K_SETSTEALTH, &setstealth_cmd, 0, NULL);