forked from External/mage
first batch of watcher naming
This commit is contained in:
parent
20a881a374
commit
efae1251f9
111 changed files with 177 additions and 179 deletions
|
|
@ -47,7 +47,7 @@ public class PlayerDamagedBySourceWatcher extends Watcher {
|
|||
private final Set<String> damageSourceIds = new HashSet<>();
|
||||
|
||||
public PlayerDamagedBySourceWatcher(UUID playerId) {
|
||||
super("PlayerDamagedBySource", WatcherScope.PLAYER);
|
||||
super(PlayerLostLifeWatcher.class.getSimpleName(), WatcherScope.PLAYER);
|
||||
setControllerId(playerId);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue