We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e4559 commit 44c4ef7Copy full SHA for 44c4ef7
src/main/java/org/maxgamer/quickshop/shop/ShopLoader.java
@@ -406,7 +406,7 @@ static public class ShopRawDatabaseInfo {
406
extra = "";
407
}
408
this.currency = rs.getString("currency");
409
- this.disableDisplay = rs.getInt("disableDisplay") == 0;
+ this.disableDisplay = rs.getInt("disableDisplay") == 1;
410
this.taxAccount = rs.getString("taxAccount");
411
412
0 commit comments