Skip to content

Commit d5d97c5

Browse files
authored
Fixed crystals not working outside of match (#119)
1 parent 02c06d8 commit d5d97c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Plugin/src/main/java/dev/lrxh/neptune/game/match/listener/MatchListener.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ public void onExplosion(EntityExplodeEvent event) {
234234
PersistentDataType.STRING);
235235

236236
if (uuid == null || uuid.isEmpty()) {
237-
event.setCancelled(true);
238237
return;
239238
}
240239

0 commit comments

Comments
 (0)