We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e0de4 commit c8a7555Copy full SHA for c8a7555
src/main/java/org/maxgamer/quickshop/util/economyformatter/EconomyFormatter.java
@@ -62,7 +62,7 @@ public ReloadResult reloadModule() {
62
String[] splits = entry.split(";", 2);
63
if (splits.length < 2) {
64
plugin.getLogger().warning("Invalid entry in alternate-currency-symbol-list: " + entry);
65
- continue;
+ return;
66
}
67
CURRENCY_SYMBOL_MAPPING.put(splits[0], splits[1]);
68
});
0 commit comments