mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-21 06:25:59 +00:00
* Fixes inhand holder jank separating pAIs holoforms from their shells. (#60153) Title. This was caused by a release() being called twice because of a dropItemToGround() call in the middle of it... release() --> dropItemToGround() --> dropped() --> release(), got it? Fixes #47825 (Start being scooped. Be in someones hands as holoform. Click: toggle holoform. 2 pAIs???) * Fixes inhand holder jank separating pAIs holoforms from their shells. Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>