--- a/QTfrontend/hwform.cpp Tue Oct 31 17:07:56 2017 +0100
+++ b/QTfrontend/hwform.cpp Tue Oct 31 18:30:53 2017 +0100
@@ -339,6 +339,8 @@
this, SLOT(AddWeapons(QString, QString)));
connect(ui.pageSelectWeapon->pWeapons, SIGNAL(weaponsEdited(QString, QString, QString)),
this, SLOT(EditWeapons(QString, QString, QString)));
+ connect(ui.pageSelectWeapon->pWeapons, SIGNAL(weaponsEdited(QString, QString, QString)),
+ ui.pageNetGame->pGameCFG, SLOT(resendAmmoData()));
connect(ui.pageMain->BtnNetLocal, SIGNAL(clicked()), this, SLOT(GoToNet()));
connect(ui.pageMain->BtnNetOfficial, SIGNAL(clicked()), this, SLOT(NetConnectOfficialServer()));