Leaving noclip outside of the map boundaries makes server unplayable due to terrible performance.
Currently tested in csgo and css [win]. It happens due to z speed is equal to -6.25 for some reason, when it should be 0.0 and plugin trying to resolve your stuck position by using expensive part of the code each time TryPlayerMove() is called.
Leaving noclip outside of the map boundaries makes server unplayable due to terrible performance. Currently tested in csgo and css [win]. It happens due to z speed is equal to -6.25 for some reason, when it should be 0.0 and plugin trying to resolve your stuck position by using expensive part of the code each time
TryPlayerMove()
is called.