Fix debug
This commit is contained in:
parent
297e224da9
commit
16c39efc60
1 changed files with 1 additions and 1 deletions
|
|
@ -961,7 +961,7 @@ public class ForgeMapChunkCache extends MapChunkCache
|
||||||
if (cp instanceof ChunkProviderServer)
|
if (cp instanceof ChunkProviderServer)
|
||||||
{
|
{
|
||||||
cps = (ChunkProviderServer)cp;
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue