mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 12:19:59 -08:00
fix Avatar Aang
This commit is contained in:
parent
7751a0d084
commit
726a9efc14
1 changed files with 2 additions and 2 deletions
|
|
@ -170,14 +170,14 @@ class AvatarAangWatcher extends Watcher {
|
|||
earthSet.clear();
|
||||
airSet.clear();
|
||||
fireSet.clear();
|
||||
earthSet.clear();
|
||||
waterSet.clear();
|
||||
}
|
||||
|
||||
private boolean checkPlayer(UUID playerId) {
|
||||
return earthSet.contains(playerId)
|
||||
&& airSet.contains(playerId)
|
||||
&& fireSet.contains(playerId)
|
||||
&& earthSet.contains(playerId);
|
||||
&& waterSet.contains(playerId);
|
||||
}
|
||||
|
||||
static boolean checkPlayer(Game game, Ability source) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue