]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/payo.c
Update copyright notice
[empserver] / src / lib / commands / payo.c
index e9b07ba606489c71f5fc420b79038e4a78eca397..40096f2570d5880987b503ba6bca27ea9eb97d8c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2011, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2017, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -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;