Originally posted by chlballi
View Post
I will update the screenshot for the 1.2 update notes and include this fix in the next update.
UpdateEquippedStats() is the function you call anytime you want to recalculate your equipped stats. Stats must be changed and calculated on the server.
The values are replicated back to the client to display on the HUD. You should not change stat values on the client.
Comment