Update ItemBuilder.kt

This commit is contained in:
TDSTOS
2026-04-11 23:41:18 +02:00
parent 0cbed26ad0
commit 8e960e4e62

View File

@@ -121,11 +121,4 @@ class ItemBuilder(
return itemStack return itemStack
} }
private fun color(
string: String
): String
{
return ChatColor.translateAlternateColorCodes( '&', string )
}
} }