Fix typo in resource loader logger

This commit is contained in:
Melledy
2023-12-29 03:22:45 -08:00
parent 599cd04770
commit 09fba3bc9b

View File

@@ -176,7 +176,7 @@ public class ResourceLoader {
boolean missingGroupInfos = false;
if (!floorDir.exists()) {
LunarCore.getLogger().warn("Floor infos are missing, please check your resources folder: {resources}/Config/Level/Floor. Teleports and natural world spawns may not work!");
LunarCore.getLogger().warn("Floor infos are missing, please check your resources folder: {resources}/Config/LevelOutput/Floor. Teleports and natural world spawns may not work!");
return;
}
@@ -219,7 +219,7 @@ public class ResourceLoader {
// Notify the server owner if we are missing any files
if (missingGroupInfos) {
LunarCore.getLogger().warn("Group infos are missing, please check your resources folder: {resources}/Config/Level/Group. Teleports and natural world spawns may not work!");
LunarCore.getLogger().warn("Group infos are missing, please check your resources folder: {resources}/Config/LevelOutput/Group. Teleports and natural world spawns may not work!");
}
// Done