]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/payo.c
Remove option TRADESHIPS, customize table ship-chr instead
[empserver] / src / lib / commands / payo.c
index e9b07ba606489c71f5fc420b79038e4a78eca397..1661d93389eb2d4880ed9424aa6dac805de55aa5 100644 (file)
@@ -47,10 +47,6 @@ payo(void)
     int dist;
     float cash = 0.0;
 
-    if (!opt_TRADESHIPS) {
-       pr("Tradeships are not enabled.\n");
-       return RET_FAIL;
-    }
     if (!snxtitem(&ni, EF_SHIP, player->argp[1], NULL))
        return RET_SYN;