mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
weapon cycle fix
This commit is contained in:
parent
9c9da7b49f
commit
3c65bdaf14
@ -735,7 +735,7 @@ namespace MWGui
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!found)
|
if (!found || selected == cycled)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
useItem(model.getItem(cycled).mBase);
|
useItem(model.getItem(cycled).mBase);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user