Increased duel countdown by 1.

This commit is contained in:
MobiusDev
2018-02-17 11:05:59 +00:00
parent e0e2bde017
commit 785c5caa83
5 changed files with 5 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ public class Duel
private final boolean _partyDuel;
private final Calendar _duelEndTime;
private int _surrenderRequest = 0;
private int _countdown = 4;
private int _countdown = 5;
private boolean _finished = false;
private final Map<Integer, PlayerCondition> _playerConditions = new ConcurrentHashMap<>();