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) {
|
public void actionPerformed(ActionEvent e) {
|
||||||
kontextText.setText(kT2);
|
kontextText.setText(kT2);
|
||||||
p1.ready();
|
p1.ready();
|
||||||
if(true) {
|
if(p1.isReady()) {
|
||||||
remove(readyButton);
|
remove(readyButton);
|
||||||
remove(resetButton);
|
remove(resetButton);
|
||||||
remove(rightButtonsPanel);
|
remove(rightButtonsPanel);
|
||||||
|
|
Loading…
Reference in New Issue