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
|
|
@ -49,7 +49,7 @@ public class CastFromGraveyardWatcher extends Watcher {
|
|||
private final Map<UUID, HashSet<Integer>> spellsCastFromGraveyard = new HashMap<>();
|
||||
|
||||
public CastFromGraveyardWatcher() {
|
||||
super(CastFromGraveyardWatcher.class.getName(), WatcherScope.GAME);
|
||||
super(CastFromGraveyardWatcher.class.getSimpleName(), WatcherScope.GAME);
|
||||
}
|
||||
|
||||
public CastFromGraveyardWatcher(final CastFromGraveyardWatcher watcher) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue