mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
fix player damaged by source watcher
This commit is contained in:
parent
01171abad2
commit
a277aafbc5
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…
Reference in a new issue