Skip to content

Commit

Permalink
Disable death stats for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Nov 1, 2024
1 parent aa381d1 commit a031f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/Jailbreak.Warden/Global/WardenBehavior.cs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public bool TryRemoveWarden(bool isPass = false) {
var stats = API.Gangs?.Services.GetService<IPlayerStatManager>();
if (stats != null) {
var wrapper = new PlayerWrapper(Warden);
Task.Run(async () => await updateWardenDeathStats(wrapper));
// Task.Run(async () => await updateWardenDeathStats(wrapper));
}
}
}
Expand Down

0 comments on commit a031f51

Please sign in to comment.