From 75cd4fa17e49332ba8631f813cf1a7e7c02fef7b Mon Sep 17 00:00:00 2001 From: hyperdefined Date: Sat, 12 Feb 2022 20:47:32 -0500 Subject: [PATCH] fixed small typo --- .../java/lol/hyper/toolstats/commands/CommandToolStats.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/lol/hyper/toolstats/commands/CommandToolStats.java b/src/main/java/lol/hyper/toolstats/commands/CommandToolStats.java index 144dcbe..eb30b5c 100644 --- a/src/main/java/lol/hyper/toolstats/commands/CommandToolStats.java +++ b/src/main/java/lol/hyper/toolstats/commands/CommandToolStats.java @@ -162,7 +162,7 @@ public class CommandToolStats implements TabExecutor { // show how when the item was created based on the previous lore switch (type) { case "DEFAULT": { - lore.add(toolStats.getLoreFromConfig("created.created-by", true).replace("{date}", format.format(new Date(time)))); + lore.add(toolStats.getLoreFromConfig("created.created-on", true).replace("{date}", format.format(new Date(time)))); break; } case "CAUGHT": {