Skip to content

Commit

Permalink
Replace broken CoopPlayerStatisticsManager with StatisticsManager
Browse files Browse the repository at this point in the history
  • Loading branch information
paulov-t committed Dec 28, 2023
1 parent 73dc265 commit bec1004
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Coop/CoopPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ public static async Task<LocalPlayer>
await player
.Init(rotation, layerName, pointOfView, profile, inventoryController
, new CoopHealthController(profile.Health, player, inventoryController, profile.Skills, aiControl)
, isYourPlayer ? new CoopPlayerStatisticsManager() : new NullStatisticsManager()
//, isYourPlayer ? new CoopPlayerStatisticsManager() : new NullStatisticsManager()
, isYourPlayer ? new StatisticsManager() : new NullStatisticsManager()
, questController
, achievementsController
, filter
Expand Down

0 comments on commit bec1004

Please sign in to comment.