cleanup-work #22

Merged
lgc merged 12 commits from cleanup-work into main 2024-12-22 23:06:00 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bfb25dfe2c - Show all commits

View File

@ -200,7 +200,7 @@ public class startLocalGame extends JPanel {
testButton.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {
frame.showPanelWin("WinPanel");
//frame.showPanelWin("WinPanel");
}
});