diff --git a/player/PickupController.cs b/player/PickupController.cs index 8b1388e..9b6eb85 100644 --- a/player/PickupController.cs +++ b/player/PickupController.cs @@ -13,8 +13,7 @@ public partial class PickupController : Node3D { _player = GetParent(); // TODO: Find a better way to find the world. - // For now we just use the parent of the `Player` object. - _world = _player.GetParent(); + _world = GetNode("/root/Game/Workshop"); } public override void _UnhandledInput(InputEvent @event)