Fix Glowstone support GlowChunkSnapshot class

Package was moved in https://github.com/GlowstoneMC/Glowstone/pull/444
This commit is contained in:
Satoshi N. M 2017-05-29 15:46:28 -07:00
parent 1b8f441712
commit 9233b6b849
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public class BukkitVersionHelperGlowstone extends BukkitVersionHelper {
public BukkitVersionHelperGlowstone() {
try {
Class<?> c = Class.forName("net.glowstone.GlowChunkSnapshot");
Class<?> c = Class.forName("net.glowstone.chunk.GlowChunkSnapshot");
rawbiome = c.getMethod("getRawBiomes", new Class[0]);
/** Server */