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
|
|
@ -48,7 +48,7 @@ public class RevoltWatcher extends Watcher {
|
|||
private final Set<UUID> revoltActivePlayerIds = new HashSet<>(0);
|
||||
|
||||
public RevoltWatcher() {
|
||||
super(RevoltWatcher.class.getName(), WatcherScope.GAME);
|
||||
super(RevoltWatcher.class.getSimpleName(), WatcherScope.GAME);
|
||||
}
|
||||
|
||||
public RevoltWatcher(final RevoltWatcher watcher) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue