Преглед изворни кода

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

svn: 2360
Bryan Drewery пре 21 година
родитељ
комит
7949da34f0
1 измењених фајлова са 2 додато и 0 уклоњено
  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();