Fix Quest reward pocket. Corrected comment
This commit is contained in:
@@ -589,7 +589,7 @@ public class ProfileHelper(
|
||||
|
||||
foreach (var pocket in pockets)
|
||||
{
|
||||
pocket.Id = newPocketTpl;
|
||||
pocket.Template = newPocketTpl;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -193,7 +193,7 @@ public class ProfileFixerService(
|
||||
pmcProfile.Customization.Hands = defaultHands.Id;
|
||||
}
|
||||
|
||||
// check Hands
|
||||
// check Feet
|
||||
if (customizationDb[pmcProfile.Customization.Feet] is null)
|
||||
{
|
||||
var defaultFeet = playerIsUsec
|
||||
|
||||
Reference in New Issue
Block a user