Fix Angel of Jubilation.

The Angel now properly only restricts the sacrifice of creatures.
This commit is contained in:
Nathaniel Brandes 2016-05-09 00:25:36 -07:00
parent e7a2277252
commit 43205b6f46
11 changed files with 246 additions and 38 deletions

View file

@ -171,7 +171,7 @@ public enum UserStatsRepository {
}
}
}
return new ArrayList(updatedUsers);
return new ArrayList<>(updatedUsers);
}
public void closeDB() {