fix ready #31

Merged
lgc merged 1 commits from game-end-stuff into main 2024-12-23 22:22:00 +00:00
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(true) {
if(p1.isReady()) {
remove(readyButton);
remove(resetButton);
remove(rightButtonsPanel);