fix crash
This commit is contained in:
parent
5643a2dbcc
commit
263308e4a1
3 changed files with 5 additions and 4 deletions
|
@ -3,4 +3,4 @@ org.gradle.jvmargs=-Xmx2g
|
||||||
baseGroup = com.github.stachelbeere1248.zombiesutils
|
baseGroup = com.github.stachelbeere1248.zombiesutils
|
||||||
mcVersion = 1.8.9
|
mcVersion = 1.8.9
|
||||||
modid = zombiesutils
|
modid = zombiesutils
|
||||||
version = 1.3.7-PRE_1
|
version = 1.3.7-PRE_2
|
|
@ -225,7 +225,7 @@ public class ZombiesUtilsConfig {
|
||||||
return playerVis.getBoolean();
|
return playerVis.getBoolean();
|
||||||
}
|
}
|
||||||
public int getPlayerVisRange() {
|
public int getPlayerVisRange() {
|
||||||
return playerVis.getInt();
|
return playerVisRange.getInt();
|
||||||
}
|
}
|
||||||
|
|
||||||
@SubscribeEvent
|
@SubscribeEvent
|
||||||
|
|
|
@ -1,11 +1,12 @@
|
||||||
{
|
{
|
||||||
"homepage": "https://github.com/Stachelbeere1248/zombies-utils/releases",
|
"homepage": "https://github.com/Stachelbeere1248/zombies-utils/releases",
|
||||||
"promos": {
|
"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-recommended" : "1.3.6"
|
||||||
},
|
},
|
||||||
"1.8.9" : {
|
"1.8.9" : {
|
||||||
"1.3.6" : "SST Prefixes, added update checker url",
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue