-
Bug
-
Resolution: Incomplete
-
None
-
1.18.10.20 Beta
-
None
-
Unconfirmed
-
Multiple
BeforeExplosionEvent 's impactedBlocks.
if use Array.filter() filter it will throw: TypeError: Array contains unsupported type.
example:
event.impactedBlocks = event.impactedBlocks.filter((arg) =>
);