Exposed touched objectives when round ends
This commit is contained in:
parent
f2ed36bcb6
commit
3311a4aa7f
|
@ -176,7 +176,7 @@ public abstract class TouchableGoal<T extends ProximityGoalDefinition> extends P
|
|||
return team != null &&
|
||||
!isCompleted(team) &&
|
||||
hasTouched(team) &&
|
||||
(team == viewer || showEnemyTouches() || viewer.isObservingType());
|
||||
(team == viewer || showEnemyTouches() || viewer.isObservingType() || getMatch().isFinished());
|
||||
}
|
||||
|
||||
protected void sendTouchMessage(@Nullable ParticipantState toucher, boolean includeToucher) {
|
||||
|
|
Loading…
Reference in New Issue