forked from github/server
disable ORIGIN command because of E4 crash
This commit is contained in:
parent
95d0b2a413
commit
2260a19d50
|
@ -1,3 +1,3 @@
|
|||
#define VERSION_MAJOR 3
|
||||
#define VERSION_MINOR 3
|
||||
#define VERSION_BUILD 695
|
||||
#define VERSION_BUILD 696
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue