ソースを参照

* 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)