Skip to content

Commit 238d144

Browse files
tastybentoCopilot
andauthored
Update src/test/java/world/bentobox/border/CommonTestSetup.java
Co-authored-by: Copilot <[email protected]>
1 parent 2eecebc commit 238d144

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/world/bentobox/border/CommonTestSetup.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ public void checkSpigotMessage(String expectedMessage, int expectedOccurrences)
295295
* @return
296296
*/
297297
public EntityExplodeEvent getExplodeEvent(Entity entity, Location l, List<Block> list) {
298-
//return new EntityExplodeEvent(entity, l, list, 0, null);
299298
return new EntityExplodeEvent(entity, l, list, 0, null);
300299
}
301300

0 commit comments

Comments
 (0)