Skip to content

Commit

Permalink
Re enable POM
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Jan 20, 2025
1 parent 79c7581 commit bf46b4d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Fika.Core/Coop/Players/ObservedCoopPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,12 +202,6 @@ await player.Init(rotation, layerName, pointOfView, profile, inventoryController
player.isServer = FikaBackendUtils.IsServer;
player.Snapshotter = FikaSnapshotter.Create(player);

if (player.POM != null)
{
GameObject.Destroy(player.POM);
player.POM = null;
}

return player;
}

Expand Down

0 comments on commit bf46b4d

Please sign in to comment.