weapon cycle fix

This commit is contained in:
Miloslav Číž 2017-10-30 18:05:45 +01:00
parent 9c9da7b49f
commit 3c65bdaf14

View file

@ -735,7 +735,7 @@ namespace MWGui
}
}
if (!found)
if (!found || selected == cycled)
return;
useItem(model.getItem(cycled).mBase);