We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c4ef7 commit 781f89cCopy full SHA for 781f89c
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") == 1;
+ this.disableDisplay = rs.getInt("disableDisplay") != 0;
410
this.taxAccount = rs.getString("taxAccount");
411
412
0 commit comments