소스 검색

* Fixedbug with bot not spawning children correctly

svn: 1864
Bryan Drewery 21 년 전
부모
커밋
4ec15d7d2f
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      src/main.c

+ 2 - 4
src/main.c

@@ -590,10 +590,8 @@ static void startup_checks(int hack) {
         /* never reached */
         exit(0);
       }
-      if (conf.bot->hub) {
-        spawnbots();
-        exit(0); /* our job is done! */
-      }
+      spawnbots();
+      exit(0); /* our job is done! */
     }
   }
   if (!conf.bot->localhub)