jweigelt/swbf2admin

Difficulty setting does not save

netmasa opened this issue · 1 comments

Hey all,

I noticed the difficulty setting is always being set to 3 (Elite), this appears to be due to the JS that runs on the page doesn't look at #game_select_difficulty so it ends up using the default property value (which is 3).

Changing web/res/game.js should be enough to fix the issue.

Yup, good catch. Fixed in e285fca, thank you for the detailed explanation!