mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 03:05:28 +01:00
Debug chunk loader
This commit is contained in:
parent
b6597d8876
commit
a76bae8412
@ -960,7 +960,8 @@ public class ForgeMapChunkCache extends MapChunkCache
|
||||
|
||||
if (cp instanceof ChunkProviderServer)
|
||||
{
|
||||
cps = (ChunkProviderServer)cp;
|
||||
cps = (ChunkProviderServer)cp;
|
||||
Log.info("World " + dw.getName() + " has chunk provider " + cps.getClsss().getName());
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user