]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/enli.c
Remove option TREATIES
[empserver] / src / lib / commands / enli.c
index 4cb744195c94327fe09035bae8390152b240ef3b..a5d29e6c954c3b0542abd0a370c0f846816dfa6a 100644 (file)
@@ -34,7 +34,6 @@
 
 #include "chance.h"
 #include "commands.h"
-#include "treaty.h"
 
 int
 enli(void)
@@ -55,8 +54,6 @@ enli(void)
 
     if (!snxtsct(&nstr, player->argp[1]))
        return RET_SYN;
-    if (!trechk(player->cnum, 0, TRTENL))
-       return RET_FAIL;
     natp = getnatp(player->cnum);
     newmil = 500;
     sprintf(prompt, "Number to enlist (max %d) : ", newmil);