fix ready
This commit is contained in:
parent
9ea176cc6d
commit
eaa5b64956
|
@ -155,7 +155,7 @@ public class GameBoard extends JPanel {
|
|||
public void actionPerformed(ActionEvent e) {
|
||||
kontextText.setText(kT2);
|
||||
p1.ready();
|
||||
if(true) {
|
||||
if(p1.isReady()) {
|
||||
remove(readyButton);
|
||||
remove(resetButton);
|
||||
remove(rightButtonsPanel);
|
||||
|
|
Loading…
Reference in New Issue