forked from mirror/openmw-tes3mp
weapon cycle fix
This commit is contained in:
parent
9c9da7b49f
commit
3c65bdaf14
1 changed files with 1 additions and 1 deletions
|
@ -735,7 +735,7 @@ namespace MWGui
|
|||
}
|
||||
}
|
||||
|
||||
if (!found)
|
||||
if (!found || selected == cycled)
|
||||
return;
|
||||
|
||||
useItem(model.getItem(cycled).mBase);
|
||||
|
|
Loading…
Reference in a new issue