Skip to content

Commit f662c7d

Browse files
committed
Oversight
1 parent 66e1e68 commit f662c7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vg/civcraft/mc/citadel/command/commands/Materials.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public boolean execute(CommandSender sender, String[] args) {
3434
t += "Amount: " + type.getRequiredAmount() + ".\n ";
3535
t += "Durability: " + type.getHitPoints() + ".\n ";
3636
t += "Material: " + type.getMaterial() + ".\n ";
37-
t += "Material: " + type.maturationTime() + ".\n ";
37+
t += "Maturation: " + type.maturationTime() + ".\n ";
3838
if (type.getItemStack().getItemMeta().hasLore()){
3939
t += "Lore: ";
4040
for (String x: type.getItemStack().getItemMeta().getLore())

0 commit comments

Comments
 (0)