mirror of
https://github.com/songoda/UltimateKits.git
synced 2024-11-20 01:05:57 +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;
|
private int chance = 0;
|
||||||
|
|
||||||
public KitItem(String line) {
|
public KitItem(String line) {
|
||||||
if (line.contains(";")) {
|
if (line.contains(";") && !line.startsWith("{")) {
|
||||||
line = translateLine(line);
|
line = translateLine(line);
|
||||||
}
|
}
|
||||||
if (line.startsWith(UltimateKits.getInstance().getConfig().getString("Main.Currency Symbol"))) {
|
if (line.startsWith(UltimateKits.getInstance().getConfig().getString("Main.Currency Symbol"))) {
|
||||||
|
Loading…
Reference in New Issue
Block a user