Player Interface - "Points used" counting mistake (1.3.0)Fixed

Hello,

I just noticed that the stats medic and scavenger are not count in the total points used in the player interface.
Line 7264:

int skillpoints = xprecord.WoodCutterP + xprecord.SmithyP + xprecord.MinerP + xprecord.ForagerP + xprecord.HunterP + xprecord.FisherP + xprecord.CrafterP + xprecord.FramerP + xprecord.TamerP;​

Will get this sorted out 👍

Locked automatically