mirror of
https://github.com/nothke/quality-control.git
synced 2025-08-09 23:23:44 +00:00
Fixing small bugs.
This commit is contained in:
@@ -6,6 +6,8 @@ public class HammerableRigidbody: RigidbodyInteractable
|
||||
{
|
||||
public override void Use(InteractionController im)
|
||||
{
|
||||
manager = im;
|
||||
|
||||
if (im.hands.item == null)
|
||||
{
|
||||
base.Use(im);
|
||||
|
Reference in New Issue
Block a user