mirror of
https://github.com/Melledy/LunarCore.git
synced 2026-02-04 06:55:05 +01:00
Fix typo in resource loader logger
This commit is contained in:
@@ -176,7 +176,7 @@ public class ResourceLoader {
|
|||||||
boolean missingGroupInfos = false;
|
boolean missingGroupInfos = false;
|
||||||
|
|
||||||
if (!floorDir.exists()) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -219,7 +219,7 @@ public class ResourceLoader {
|
|||||||
|
|
||||||
// Notify the server owner if we are missing any files
|
// Notify the server owner if we are missing any files
|
||||||
if (missingGroupInfos) {
|
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
|
// Done
|
||||||
|
|||||||
Reference in New Issue
Block a user