Compare commits

..

3 Commits

Author SHA1 Message Date
ole 6b0aa04b25 Merge branch 'main' into jar 2024-12-23 23:26:46 +01:00
Luca Conte 3c7d68109a Merge pull request 'fix ready' (#31) from game-end-stuff into main
Reviewed-on: #31
2024-12-23 22:22:00 +00:00
Luca Conte eaa5b64956 fix ready 2024-12-23 23:21:48 +01: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);