Skip to content

Commit 75cd4fa

Browse files
committed
fixed small typo
1 parent e296c27 commit 75cd4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/lol/hyper/toolstats/commands/CommandToolStats.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private void fixItemLore(ItemStack original, Player player) {
162162
// show how when the item was created based on the previous lore
163163
switch (type) {
164164
case "DEFAULT": {
165-
lore.add(toolStats.getLoreFromConfig("created.created-by", true).replace("{date}", format.format(new Date(time))));
165+
lore.add(toolStats.getLoreFromConfig("created.created-on", true).replace("{date}", format.format(new Date(time))));
166166
break;
167167
}
168168
case "CAUGHT": {

0 commit comments

Comments
 (0)