Skip to content

Commit

Permalink
Update mineSweeperGUI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eee555 committed Jul 26, 2024
1 parent 5b24f70 commit 963418d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mineSweeperGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def save_evf_file(self):
self.label.ms_board.is_fair = self.is_fair()
self.label.ms_board.is_offical = self.is_official()

self.label.ms_board.software = "元3.1.8".encode( "UTF-8" )
self.label.ms_board.software = "元3.1.9".encode( "UTF-8" )
self.label.ms_board.player_designator = self.player_designator.encode( "UTF-8" )
self.label.ms_board.race_designator = self.race_designator.encode( "UTF-8" )
self.label.ms_board.country = self.country.encode( "UTF-8" )
Expand Down

0 comments on commit 963418d

Please sign in to comment.