mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-06 06:41:44 +00:00
fix fishing rods not updating lore correctly
This commit is contained in:
@@ -235,6 +235,9 @@ public final class ToolStats extends JavaPlugin {
|
|||||||
if (lore.contains("{damage}")) {
|
if (lore.contains("{damage}")) {
|
||||||
lore = lore.replace("{damage}", "");
|
lore = lore.replace("{damage}", "");
|
||||||
}
|
}
|
||||||
|
if (lore.contains("{fish}")) {
|
||||||
|
lore = lore.replace("{fish}", "");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return lore;
|
return lore;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user