Update for Spigot 1.15.1
This commit is contained in:
parent
009e4dcdb2
commit
fb0ea1b948
2 changed files with 2 additions and 2 deletions
|
|
@ -136,7 +136,7 @@ public abstract class BukkitVersionHelperGeneric extends BukkitVersionHelper {
|
|||
ccss_biome = getPrivateFieldNoFail(craftchunksnapshot, new String[] { "biome" }, biomebasearray);
|
||||
if(ccss_biome == null) {
|
||||
biomestorage = getNMSClass("net.minecraft.server.BiomeStorage");
|
||||
biomestoragebase = getPrivateField(biomestorage, new String[] { "f" }, biomebasearray);
|
||||
biomestoragebase = getPrivateField(biomestorage, new String[] { "g", "f" }, biomebasearray);
|
||||
ccss_biome = getPrivateField(craftchunksnapshot, new String[] { "biome" }, biomestorage);
|
||||
}
|
||||
/* CraftChunk */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue