mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
Merge pull request #3298 from ingmargoudt/fix-watcher
fix player damaged by source watcher
This commit is contained in:
commit
a532368b84
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ public class PlayerDamagedBySourceWatcher extends Watcher {
|
||||||
private final Set<String> damageSourceIds = new HashSet<>();
|
private final Set<String> damageSourceIds = new HashSet<>();
|
||||||
|
|
||||||
public PlayerDamagedBySourceWatcher(UUID playerId) {
|
public PlayerDamagedBySourceWatcher(UUID playerId) {
|
||||||
super(PlayerLostLifeWatcher.class.getSimpleName(), WatcherScope.PLAYER);
|
super(PlayerDamagedBySourceWatcher.class.getSimpleName(), WatcherScope.PLAYER);
|
||||||
setControllerId(playerId);
|
setControllerId(playerId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue