[SWS] Fixed a bug of the watcher used for the hate ability.

This commit is contained in:
LevelX2 2016-10-19 23:31:53 +02:00
parent 54d5599e06
commit a47aa158f0
3 changed files with 7 additions and 9 deletions

View file

@ -50,6 +50,7 @@ public class LifeLossOtherFromCombatWatcher extends Watcher {
public LifeLossOtherFromCombatWatcher(final LifeLossOtherFromCombatWatcher watcher) {
super(watcher);
this.players.addAll(watcher.players);
}
@Override