mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Fix weapon state updating logic.
This commit is contained in:
parent
7653fd22c0
commit
b228658414
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ public class StateEditor(
|
|||
if (!mergedDesign.Design.DoApplyEquip(weaponSlot))
|
||||
continue;
|
||||
|
||||
if (settings.RespectManual && !state.Sources[weaponSlot, false].IsManual())
|
||||
if (settings.RespectManual && state.Sources[weaponSlot, false].IsManual())
|
||||
continue;
|
||||
|
||||
var currentType = state.ModelData.Item(weaponSlot).Type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue