We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b451f8 commit 228138dCopy full SHA for 228138d
common/src/main/java/noobanidus/mods/lootr/common/data/DataStorage.java
@@ -300,7 +300,7 @@ public static boolean clearInventories(UUID id) {
300
301
if (count > 0) {
302
data.save();
303
- LootrAPI.LOG.info("Cleared {} inventories for play UUID {}", count, id.toString());
+ LootrAPI.LOG.info("Cleared {} inventories for player UUID {}", count, id.toString());
304
return true;
305
}
306
0 commit comments