Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Maiq-The-Dude committed Oct 8, 2021
1 parent 00cc52d commit 76a575e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/PortableItemSpawner/src/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ public FVRPhysicalObject PortableItemSpawner
_portableItemSpawner.m_colliders = _portableItemSpawner.GetComponentsInChildren<Collider>(true);
_portableItemSpawner.PoseOverride.transform.rotation = Quaternion.Euler(0, 0, 0);

DontDestroyOnLoad(PortableItemSpawner.gameObject);

return _portableItemSpawner;
}
}
Expand Down

0 comments on commit 76a575e

Please sign in to comment.