--- a/QTfrontend/hwform.cpp Thu Feb 08 09:14:20 2018 +0100
+++ b/QTfrontend/hwform.cpp Thu Feb 08 09:26:24 2018 +0100
@@ -347,7 +347,7 @@
connect(ui.pageVideos, SIGNAL(goBack()), config, SLOT(SaveVideosOptions()));
- ammoSchemeModel = new AmmoSchemeModel(this, cfgdir->absolutePath() + "/Game Settings");
+ ammoSchemeModel = new AmmoSchemeModel(this, cfgdir->absolutePath() + "/Schemes/Game");
ui.pageScheme->setModel(ammoSchemeModel);
ui.pageMultiplayer->gameCFG->GameSchemes->setModel(ammoSchemeModel);
ui.pageOptions->SchemesName->setModel(ammoSchemeModel);