Merge pull request #2099 from satoshinm/glowstone
Fix Glowstone support GlowChunkSnapshot class
This commit is contained in:
commit
8dd109e857
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ public class BukkitVersionHelperGlowstone extends BukkitVersionHelper {
|
||||||
|
|
||||||
public BukkitVersionHelperGlowstone() {
|
public BukkitVersionHelperGlowstone() {
|
||||||
try {
|
try {
|
||||||
Class<?> c = Class.forName("net.glowstone.GlowChunkSnapshot");
|
Class<?> c = Class.forName("net.glowstone.chunk.GlowChunkSnapshot");
|
||||||
rawbiome = c.getMethod("getRawBiomes", new Class[0]);
|
rawbiome = c.getMethod("getRawBiomes", new Class[0]);
|
||||||
|
|
||||||
/** Server */
|
/** Server */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue