Pārlūkot izejas kodu

Fix logic to allow 5

Bryan Drewery 14 gadi atpakaļ
vecāks
revīzija
6b79797633
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/conf.c

+ 1 - 1
src/conf.c

@@ -697,7 +697,7 @@ readconf(const char *fname, int bits)
     }
   }                             /* while(fgets()) */
 
-  if (bots >= 5)
+  if (bots > 5)
     werr(ERR_TOOMANYBOTS);
 
   delete stream;