mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
small adjustment to 0967f057
This commit is contained in:
parent
045510545f
commit
7751a0d084
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public class PermanentsSacrificedWatcher extends Watcher {
|
|||
}
|
||||
|
||||
public List<Permanent> getThisTurnSacrificedPermanents(UUID playerId) {
|
||||
return sacrificedPermanents.getOrDefault(playerId, new ArrayList<>());
|
||||
return sacrificedPermanents.getOrDefault(playerId, Collections.emptyList());
|
||||
}
|
||||
|
||||
public int getThisTurnSacrificedPermanents() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue