From bb7e2c7cee9d4d3d94977ce9813edd249fbaeaf6 Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 21 Aug 2018 19:01:35 -0400 Subject: [PATCH] Commit #2000 --- core/src/io/anuke/mindustry/Vars.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/io/anuke/mindustry/Vars.java b/core/src/io/anuke/mindustry/Vars.java index bc7386e2a5..037dd2e436 100644 --- a/core/src/io/anuke/mindustry/Vars.java +++ b/core/src/io/anuke/mindustry/Vars.java @@ -31,7 +31,7 @@ public class Vars{ //time between waves in frames (on normal mode) public static final float wavespace = 60 * 60 * 1.5f; //set ridiculously high for now - public static final float coreBuildRange = 800999f; + public static final float coreBuildRange = 999999f; //team of the player by default public static final Team defaultTeam = Team.blue; //team of the enemy in waves