Closed Kefta closed 1 year ago
https://github.com/Facepunch/garrysmod-issues/issues/3572 can be closed by this.
why should it do anything?
So that prediction errors don't occur every time the player's health is set.
how the hell do you get prediction errors from thing that is on the server side?
That's the entire point of prediction errors. Server does something, client doesn't expect it because it didn't do the same thing = misprediction
Done.
It should set m_iHealth like the server does, similar to how GMod has changed the default GetHealth/GetMaxHealth impl on the client.