mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
fix error
This commit is contained in:
parent
56d8a0ef4d
commit
753452d8a0
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class GoblinResearcherWatcher extends Watcher {
|
||||||
}
|
}
|
||||||
|
|
||||||
static boolean checkPlayer(Ability source, Game game) {
|
static boolean checkPlayer(Ability source, Game game) {
|
||||||
game.getState()
|
return game.getState()
|
||||||
.getWatcher(GoblinResearcherWatcher.class)
|
.getWatcher(GoblinResearcherWatcher.class)
|
||||||
.map
|
.map
|
||||||
.getOrDefault(new MageObjectReference(source, 0), Collections.emptySet())
|
.getOrDefault(new MageObjectReference(source, 0), Collections.emptySet())
|
||||||
|
|
Loading…
Reference in a new issue