mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 19:11:59 -08:00
Fix Angel of Jubilation.
The Angel now properly only restricts the sacrifice of creatures.
This commit is contained in:
parent
e7a2277252
commit
43205b6f46
11 changed files with 246 additions and 38 deletions
|
|
@ -171,7 +171,7 @@ public enum UserStatsRepository {
|
|||
}
|
||||
}
|
||||
}
|
||||
return new ArrayList(updatedUsers);
|
||||
return new ArrayList<>(updatedUsers);
|
||||
}
|
||||
|
||||
public void closeDB() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue