We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b91d5 commit 91423eeCopy full SHA for 91423ee
1 file changed
core/src/main/java/dev/pgm/community/mutations/types/items/CannonSuppliesMutation.java
@@ -55,7 +55,7 @@ public boolean canEnable(Set<Mutation> existingMutations) {
55
TNTMatchModule tntMatchModule = match.getModule(TNTMatchModule.class);
56
if (tntMatchModule == null) return true;
57
58
- return !tntMatchModule.getProperties().instantIgnite;
+ return !tntMatchModule.getProperties().instantIgnite();
59
}
60
61
@Override
0 commit comments