Clean-Up Startup Sequence

hey i like it clean ok.. dont judge..
This commit is contained in:
KingRainbow44
2022-12-30 20:31:27 -05:00
parent fe80290bed
commit 668461a6f1
4 changed files with 19 additions and 6 deletions

View File

@@ -417,7 +417,7 @@ public final class Language {
Grasscutter.getLogger().debug("Cache modified %d, textmap modified %d".formatted(cacheModified, textmapsModified));
if (textmapsModified < cacheModified) {
// Try loading from cache
Grasscutter.getLogger().info("Loading cached TextMaps");
Grasscutter.getLogger().info("Loading cached 'TextMaps'...");
textMapStrings = loadTextMapsCache();
return;
}