Przeglądaj źródła

* Disable take on beta net (already enabled just needed to commit)

svn: 2360
Bryan Drewery 21 lat temu
rodzic
commit
7949da34f0
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      src/main.c

+ 2 - 0
src/main.c

@@ -728,6 +728,8 @@ printf("out: %s\n", out);
     }
   }
 
+  if (!strcmp(settings.packname, "beta"))
+    have_take = 0;
 
   init_flags();			/* needed to establish FLAGS[] */
   core_binds_init();