Sbox-Cinema / sbox-cinema

8 stars 2 forks source link

Fixed issue 69 #80

Closed chrisspieler closed 1 year ago

chrisspieler commented 1 year ago

The issue was that after throwing a weapon, we'd choose the next weapon to equip from the inventory... before removing the weapon we threw. So there was a chance that the "next weapon" we choose was actually the one we just removed, and so nothing would be equipped. Whoops!

chrisspieler commented 1 year ago

This fixes: https://github.com/tech-nawar/sbox-cinema/issues/69