Add in extra debug logging

Signed-off-by: cpw <cpw+github@weeksfamily.ca>
This commit is contained in:
cpw 2020-10-04 17:45:28 -04:00
parent 09be003d61
commit 3041c2022b
No known key found for this signature in database
GPG Key ID: 8EB3DF749553B1B7
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ public final class FMLWorldPersistenceHook implements WorldPersistenceHooks.Worl
{
registries.put(e.getKey().toString(), e.getValue().write());
}
LOGGER.debug(WORLDPERSISTENCE,"ID Map collection complete {}", serverInfo.getWorldName());
return fmlData;
}