Doubles go brr

This commit is contained in:
CWX
2025-01-16 10:39:53 +00:00
parent 255034786a
commit 30962039d2
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ public class PlayerScavGenerator
return _profileHelper.GetDefaultCounters();
}
protected int GetScavLevel(PmcData scavProfile)
protected double GetScavLevel(PmcData scavProfile)
{
// Info can be null on initial account creation
if (scavProfile?.Info?.Level == null)