mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-02-04 14:01:31 +01:00
Fix debug
This commit is contained in:
parent
a76bae8412
commit
a4e5e40825
@ -961,7 +961,7 @@ public class ForgeMapChunkCache extends MapChunkCache
|
||||
if (cp instanceof ChunkProviderServer)
|
||||
{
|
||||
cps = (ChunkProviderServer)cp;
|
||||
Log.info("World " + dw.getName() + " has chunk provider " + cps.getClsss().getName());
|
||||
Log.info("World " + dw.getName() + " has chunk provider " + cps.class.getName());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user