Clearer message
This commit is contained in:
parent
270fec309e
commit
05901b4514
|
|
@ -59,7 +59,7 @@ public class CachingStructureManager {
|
||||||
if(currentDataVersion < SharedConstants.getCurrentVersion().getWorldVersion()) {
|
if(currentDataVersion < SharedConstants.getCurrentVersion().getWorldVersion()) {
|
||||||
synchronized (laggyStructureMods) {
|
synchronized (laggyStructureMods) {
|
||||||
if(laggyStructureMods.add(location.getNamespace())) {
|
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 */
|
/* Needs upgrade, try looking up from cache */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user