mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-05-07 01:11:26 +00:00
add flight time (#62)
This commit is contained in:
@@ -171,6 +171,9 @@ public class ConfigTools {
|
||||
if (lore.contains("{arrows}")) {
|
||||
lore = lore.replace("{arrows}", "");
|
||||
}
|
||||
if (lore.contains("{time}")) {
|
||||
lore = lore.replace("{time}", "");
|
||||
}
|
||||
}
|
||||
return lore;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user