mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-01-31 09:41:04 +00:00
fix deepsource problems
This commit is contained in:
@@ -186,7 +186,7 @@ public final class ToolStats extends JavaPlugin {
|
||||
itemType = "trident";
|
||||
}
|
||||
} else {
|
||||
itemType = itemName.substring(itemName.indexOf("_") + 1);
|
||||
itemType = itemName.substring(itemName.indexOf('_') + 1);
|
||||
}
|
||||
|
||||
if (itemType == null) {
|
||||
|
||||
Reference in New Issue
Block a user