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
|
|
@ -19,7 +19,7 @@ public class LandfallWatcher extends Watcher {
|
|||
final Set<UUID> playerPlayedLand = new HashSet<>();
|
||||
|
||||
public LandfallWatcher() {
|
||||
super("LandPlayed", WatcherScope.GAME);
|
||||
super(LandfallWatcher.class.getSimpleName(), WatcherScope.GAME);
|
||||
}
|
||||
|
||||
public LandfallWatcher(final LandfallWatcher watcher) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue