X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=src%2Flib%2Fcommands%2Forde.c;h=694bbfc57ab9cc7c64c68f2ac5bb810f61f85bc7;hp=8a96c063429050d9a6f035af659519bad4ee6cae;hb=352bc320d2e874f50d34e518cd3a751bc89039dc;hpb=c4254764bf1563c4177c2fdef870de637baf6993 diff --git a/src/lib/commands/orde.c b/src/lib/commands/orde.c index 8a96c0634..694bbfc57 100644 --- a/src/lib/commands/orde.c +++ b/src/lib/commands/orde.c @@ -131,12 +131,7 @@ orde(void) if (!*p || !strcmp(p, "-")) { pr("A one-way order has been accepted.\n"); } else if (!strncmp(p, "s", 1)) { - if (opt_TRADESHIPS) { - if (!(mchr[(int)ship.shp_type].m_flags & M_TRADE)) { - pr("You can't auto-scuttle that ship!\n"); - return RET_SYN; - } - } else { + if (!(mchr[(int)ship.shp_type].m_flags & M_TRADE)) { pr("You can't auto-scuttle that ship!\n"); return RET_SYN; }