First fix
This commit is contained in:
@ -238,7 +238,7 @@ import static misc.Util.GBCNL;
|
||||
Protocol protocol = null;
|
||||
if (unsetProtocolToken.equals (protocolType))
|
||||
;
|
||||
} else if (setClientToken.equals (protocolType)) {
|
||||
else if (setClientToken.equals (protocolType)) {
|
||||
if (proxyCheckBox.isSelected ())
|
||||
protocol = new Client (hostCB.getItemAt (hostCB.getSelectedIndex ()),
|
||||
portCB.getItemAt (portCB.getSelectedIndex ()),
|
||||
@ -309,9 +309,6 @@ import static misc.Util.GBCNL;
|
||||
// ========================================
|
||||
public void addActiveButtons (Hashtable<String, AbstractButton> buttons) {
|
||||
// XXX ??? fournir la sous-liste
|
||||
for (String action : Arrays.asList (GameManager.actionPlayersClass, GameManager.actionCut,
|
||||
GameManager.actionEmpty, GameManager.actionOpen))
|
||||
addNoNetworkCommand (buttons.get (action));
|
||||
}
|
||||
|
||||
// ========================================
|
||||
|
Reference in New Issue
Block a user