We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a35ee27 commit f37ba3fCopy full SHA for f37ba3f
src/main/java/org/maxgamer/quickshop/QuickShop.java
@@ -434,7 +434,7 @@ public boolean loadEcon() {
434
case VAULT:
435
core = new Economy_Vault(this);
436
Util.debugLog("Now using the Vault economy system.");
437
- if (getConfiguration().getOrDefault("tax", 0) > 0) {
+ if (getConfiguration().getOrDefault("tax", 0.0d) > 0) {
438
try {
439
String taxAccount = getConfiguration().getOrDefault("tax-account", "tax");
440
if (!taxAccount.isEmpty()) {
0 commit comments