Skip to content

Commit 91423ee

Browse files
committed
Fix compile issue with instantIgnite
Signed-off-by: applenick <applenick@users.noreply.github.com>
1 parent 42b91d5 commit 91423ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/dev/pgm/community/mutations/types/items/CannonSuppliesMutation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public boolean canEnable(Set<Mutation> existingMutations) {
5555
TNTMatchModule tntMatchModule = match.getModule(TNTMatchModule.class);
5656
if (tntMatchModule == null) return true;
5757

58-
return !tntMatchModule.getProperties().instantIgnite;
58+
return !tntMatchModule.getProperties().instantIgnite();
5959
}
6060

6161
@Override

0 commit comments

Comments
 (0)