fix error

This commit is contained in:
theelk801 2023-04-28 18:37:42 -04:00
parent 56d8a0ef4d
commit 753452d8a0

View file

@ -113,7 +113,7 @@ class GoblinResearcherWatcher extends Watcher {
}
static boolean checkPlayer(Ability source, Game game) {
game.getState()
return game.getState()
.getWatcher(GoblinResearcherWatcher.class)
.map
.getOrDefault(new MageObjectReference(source, 0), Collections.emptySet())