PAC3-Server / notagain

Custom Servercontent for the official PAC3 Server.
GNU General Public License v3.0
13 stars 22 forks source link

Fixed strange bugs (read extended description) #91

Closed NanoAi closed 7 years ago

NanoAi commented 7 years ago

For some reason when you were holding space you would still take damage, and if you had auto_bhop off you'd notice that you didn't take any damage when you hit the ground but instead had the damage applied to you when you let go of your jump key.

Apparently when you do if bool then return end inside the Move hook it only stops the stuff after it for the current tick, but then applies it later?