address other comments

This commit is contained in:
xenohedron 2024-05-03 01:18:35 -04:00
parent 32bf3eb9bf
commit ab99cfe1fd
4 changed files with 8 additions and 75 deletions

View file

@ -7,7 +7,6 @@ public class DamagedBatchForOnePlayerEvent extends BatchEvent<DamagedPlayerEvent
public DamagedBatchForOnePlayerEvent(DamagedPlayerEvent firstEvent) {
super(EventType.DAMAGED_BATCH_FOR_ONE_PLAYER, true, false, false, firstEvent);
// TODO: rework to support singlePlayerId = true
}
public boolean isCombatDamage() {