mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00: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<>();
|
||||
|
||||
public PlayerDamagedBySourceWatcher(UUID playerId) {
|
||||
super(PlayerLostLifeWatcher.class.getSimpleName(), WatcherScope.PLAYER);
|
||||
super(PlayerDamagedBySourceWatcher.class.getSimpleName(), WatcherScope.PLAYER);
|
||||
setControllerId(playerId);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue