Don't switch weapon when cycling to the same weapon (issue #4180)
@ -735,7 +735,7 @@ namespace MWGui
}
if (!found)
if (!found || selected == cycled)
return;
useItem(model.getItem(cycled).mBase);