diff --git a/gradle.properties b/gradle.properties index b6772d2..1386932 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ org.gradle.jvmargs=-Xmx2g baseGroup = com.github.stachelbeere1248.zombiesutils mcVersion = 1.8.9 modid = zombiesutils -version = 1.3.7-PRE_1 \ No newline at end of file +version = 1.3.7-PRE_2 \ No newline at end of file diff --git a/src/main/java/com/github/stachelbeere1248/zombiesutils/config/ZombiesUtilsConfig.java b/src/main/java/com/github/stachelbeere1248/zombiesutils/config/ZombiesUtilsConfig.java index 560f478..7fe4fad 100644 --- a/src/main/java/com/github/stachelbeere1248/zombiesutils/config/ZombiesUtilsConfig.java +++ b/src/main/java/com/github/stachelbeere1248/zombiesutils/config/ZombiesUtilsConfig.java @@ -225,7 +225,7 @@ public class ZombiesUtilsConfig { return playerVis.getBoolean(); } public int getPlayerVisRange() { - return playerVis.getInt(); + return playerVisRange.getInt(); } @SubscribeEvent diff --git a/update.json b/update.json index b5b9a91..d1506d7 100644 --- a/update.json +++ b/update.json @@ -1,11 +1,12 @@ { "homepage": "https://github.com/Stachelbeere1248/zombies-utils/releases", "promos": { - "1.8.9-latest" : "1.3.7-PRE_1", + "1.8.9-latest" : "1.3.7-PRE_2", "1.8.9-recommended" : "1.3.6" }, "1.8.9" : { "1.3.6" : "SST Prefixes, added update checker url", - "1.3.7-PRE_1" : "SST Prefixes, added update checker url" + "1.3.7-PRE_1" : "patch: difficiluty detection", + "1.3.7-PRE_2" : "fix instant crash" } } \ No newline at end of file