forked from External/mage
server: fixed npe error on load tests (miss buffer timer), code refactor
This commit is contained in:
parent
09dbdccfb2
commit
fe8b8e1def
9 changed files with 39 additions and 57 deletions
|
|
@ -22,7 +22,7 @@ public class MatchPlayer implements Serializable {
|
|||
|
||||
private boolean quit;
|
||||
private boolean doneSideboarding;
|
||||
private int priorityTimeLeft;
|
||||
private int priorityTimeLeft; // keep left time for next game
|
||||
|
||||
public MatchPlayer(Player player, Deck deck, Match match) {
|
||||
this.player = player;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue