Update warning for missing group infos

This commit is contained in:
Melledy 2024-02-07 05:00:27 -08:00
parent d136199433
commit e6f837c54d

View File

@ -230,7 +230,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/LevelOutput/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, monster battles, and natural world spawns may not work!");
}
// Done