[PhysicsGunMod] fox

This commit is contained in:
NotAKidoS 2024-06-18 20:57:42 -05:00
parent 4b83846c39
commit e2e4463663
3 changed files with 13 additions and 11 deletions

View file

@ -53,7 +53,7 @@ public class ObjectSyncBridge : MonoBehaviour
if (pickup)
{
pickup.grabbedBy = MetaPort.Instance.ownerId;
pickup.GrabbedBy = MetaPort.Instance.ownerId;
pickup._grabStartTime = Time.time;
}
if (spawnable) spawnable.isPhysicsSynced = true;