Explorar o código

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

svn: 2360
Bryan Drewery %!s(int64=21) %!d(string=hai) anos
pai
achega
7949da34f0
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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();