Skip to content

Commit b68a5ba

Browse files
authored
1 parent bc06fa9 commit b68a5ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/maxgamer/quickshop/util/economyformatter/EconomyFormatter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public ReloadResult reloadModule() {
6262
String[] splits = entry.split(";", 2);
6363
if (splits.length < 2) {
6464
plugin.getLogger().warning("Invalid entry in alternate-currency-symbol-list: " + entry);
65+
continue;
6566
}
6667
CURRENCY_SYMBOL_MAPPING.put(splits[0], splits[1]);
6768
});

0 commit comments

Comments
 (0)