fixed typo

This commit is contained in:
hyperdefined
2022-06-16 00:04:23 -04:00
parent 59a8079ba2
commit 63d508fded

View File

@@ -192,7 +192,7 @@ public class CommandToolStats implements TabExecutor {
break;
}
case "LOOTED": {
lore.add(toolStats.getLoreFromConfig("looted.foundon", true).replace("{date}", toolStats.dateFormat.format(new Date(time))));
lore.add(toolStats.getLoreFromConfig("looted.found-on", true).replace("{date}", toolStats.dateFormat.format(new Date(time))));
break;
}
case "TRADED": {