Compare commits

..

No commits in common. "6b0aa04b25cc4d5f094b1896a25c1249ddd7275a" and "c2700c157450f167a04c3a09f1c946aa00c75443" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ public class GameBoard extends JPanel {
public void actionPerformed(ActionEvent e) {
kontextText.setText(kT2);
p1.ready();
if(p1.isReady()) {
if(true) {
remove(readyButton);
remove(resetButton);
remove(rightButtonsPanel);