diff --git a/sim/core/item_swaps.go b/sim/core/item_swaps.go index 917938c904..0677fb1fad 100644 --- a/sim/core/item_swaps.go +++ b/sim/core/item_swaps.go @@ -266,7 +266,7 @@ func (swap *ItemSwap) swapWeapon(slot proto.ItemSlot) { } func (swap *ItemSwap) reset(sim *Simulation) { - if !swap.IsEnabled() || swap.IsSwapped() { + if !swap.IsEnabled() || !swap.IsSwapped() { return }