mirror of
https://github.com/songoda/UltimateKits.git
synced 2024-11-08 11:41:28 +01:00
Massive kit parsing oversight.
This commit is contained in:
parent
e97a991c25
commit
9a4809a409
@ -23,7 +23,7 @@ public class KitItem {
|
||||
private int chance = 0;
|
||||
|
||||
public KitItem(String line) {
|
||||
if (line.contains(";")) {
|
||||
if (line.contains(";") && !line.startsWith("{")) {
|
||||
line = translateLine(line);
|
||||
}
|
||||
if (line.startsWith(UltimateKits.getInstance().getConfig().getString("Main.Currency Symbol"))) {
|
||||
|
Loading…
Reference in New Issue
Block a user