Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HaHaWTH authored Dec 15, 2024
1 parent a94cc7a commit 8763703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/catserver/server/CatServerEventHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void onExplode(ExplosionEvent.Detonate event) {
explosion.getAffectedBlockPositions().clear();

if (cancelled) {
event.getAffectedEntities().clear(); // We can't actually cancel the explosion at this stage without touching Forge code :( but it's enough.
event.getAffectedEntities().clear();
explosion.wasCanceled = true;
} else {
for (Block bblock : bukkitBlocks) {
Expand Down

0 comments on commit 8763703

Please sign in to comment.