Few minor changes

This commit is contained in:
DroppingAnvil
2020-03-25 13:35:50 -05:00
committed by droppinganvil
parent a086f8db7a
commit 3d997bbf16
5 changed files with 7 additions and 5 deletions

View File

@@ -99,6 +99,8 @@ public class Duel {
Duels.duel = new Duel(fvf.getKey(), fvf.getValue());
Duels.preparingDuel = true;
Duels.acceptedDuel.clear();
Duels.sendRequests(faction1);
Duels.sendRequests(faction2);
}
}