Skip to content

Commit

Permalink
Fix game_enabled_## setting - re: #258
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Sep 16, 2024
1 parent d1acea5 commit d1f2058
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/modAssist_func_lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -1292,10 +1292,7 @@ const prefs = {
} else if ( name.startsWith('game_settings') ) {
prefs.verSet('game_settings', value, prefs.unVerKey(name))
} else if ( name.startsWith('game_enabled') ) {
gameSet.gameXML(19)
gameSet.gameXML(17)
gameSet.gameXML(15)
gameSet.gameXML(13)
prefs.verSet('game_enabled', value, prefs.unVerKey(name))
} else {
switch ( name ) {
case 'game_version' :
Expand Down

0 comments on commit d1f2058

Please sign in to comment.