More fixes

This commit is contained in:
Mike Primm 2020-04-26 19:43:35 -05:00
parent a4e5e40825
commit b61b5ca39a
2 changed files with 2 additions and 8 deletions

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.class.getName());
Log.info("World " + dw.getName() + " has chunk provider " + cps.getClass().getName());
}
else
{