mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08:00
Fix SandstalkerMoloch not resetting watcher
This commit is contained in:
parent
078e702a75
commit
bba214c1f8
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ class SandstalkerMolochWatcher extends Watcher {
|
||||||
@Override
|
@Override
|
||||||
public void reset() {
|
public void reset() {
|
||||||
super.reset();
|
super.reset();
|
||||||
|
players.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
static boolean checkPlayer(Game game, Ability source) {
|
static boolean checkPlayer(Game game, Ability source) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue