Item logger improvements.

This commit is contained in:
MobiusDevelopment
2022-10-22 21:20:28 +00:00
parent 74e6acc388
commit 742bf023d2
29 changed files with 429 additions and 429 deletions

View File

@@ -1907,7 +1907,7 @@ public class Item extends WorldObject
}
else if (id != 0)
{
LOGGER.log(Level.INFO, "applyEnchantStats: Couldn't find option: " + id);
LOGGER.info("Item applyEnchantStats could not find option " + id + " " + this + " " + player);
}
}
}