mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 03:05:28 +01:00
Merge pull request #2099 from satoshinm/glowstone
Fix Glowstone support GlowChunkSnapshot class
This commit is contained in:
commit
77410a70aa
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user