mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 05:05:16 +01:00
Fix Glowstone support GlowChunkSnapshot class
Package was moved in https://github.com/GlowstoneMC/Glowstone/pull/444
This commit is contained in:
parent
1b8f441712
commit
9233b6b849
@ -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…
Reference in New Issue
Block a user