Fix debug

This commit is contained in:
Mike Primm 2020-04-26 18:49:51 -05:00
parent a76bae8412
commit a4e5e40825

View File

@ -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
{