Skip to content

Commit 228138d

Browse files
committed
Fix log typo.
1 parent 1b451f8 commit 228138d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/noobanidus/mods/lootr/common/data/DataStorage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ public static boolean clearInventories(UUID id) {
300300

301301
if (count > 0) {
302302
data.save();
303-
LootrAPI.LOG.info("Cleared {} inventories for play UUID {}", count, id.toString());
303+
LootrAPI.LOG.info("Cleared {} inventories for player UUID {}", count, id.toString());
304304
return true;
305305
}
306306

0 commit comments

Comments
 (0)