We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d98802 commit 35bcd04Copy full SHA for 35bcd04
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
7
<artifactId>defuse-the-bomb</artifactId>
8
- <version>1.0.4</version>
+ <version>1.0.5</version>
9
<packaging>jar</packaging>
10
11
<name>DefuseTheBomb</name>
src/main/java/me/hsgamer/gamesinthebox/defusethebomb/feature/ListenerFeature.java
@@ -88,7 +88,7 @@ public void onEntityExplode(EntityExplodeEvent event) {
88
if (!tntFeature.contains(entity)) return;
89
90
event.blockList().clear();
91
- if (arenaLogic.isInGame()) {
+ if (!arenaLogic.isInGame()) {
92
event.setCancelled(true);
93
}
94
0 commit comments