Clearer message

This commit is contained in:
embeddedt 2023-05-04 11:43:06 -04:00
parent 270fec309e
commit 05901b4514
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -59,7 +59,7 @@ public class CachingStructureManager {
if(currentDataVersion < SharedConstants.getCurrentVersion().getWorldVersion()) {
synchronized (laggyStructureMods) {
if(laggyStructureMods.add(location.getNamespace())) {
ModernFix.LOGGER.warn("Mod {} is shipping outdated structure files; please report this to them.", location.getNamespace());
ModernFix.LOGGER.warn("Mod {} is shipping outdated structure files, which can cause worldgen lag; please report this to them.", location.getNamespace());
}
}
/* Needs upgrade, try looking up from cache */