]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/atta.c
Remove option TREATIES
[empserver] / src / lib / commands / atta.c
index 9e9e93bf57a02cf16ecee3000e9af6fc63da2ac0..4b935ad35b00d9a78644dcca096e15b7502c53b2 100644 (file)
@@ -72,10 +72,8 @@ atta(void)
     if (att_abort(A_ATTACK, NULL, def))
        return RET_FAIL;
 
     if (att_abort(A_ATTACK, NULL, def))
        return RET_FAIL;
 
-    /* Show what we're attacking, and check treaties */
-
-    if (att_show(def))
-       return RET_FAIL;
+    /* Show what we're attacking */
+    att_show(def);
 
     /* Ask about offensive support */
 
 
     /* Ask about offensive support */