shavitush/bhoptimer

[BUG] Server crashes when accepting 'player_speedmod' entity input

Ciallo-Ani opened this issue · 1 comments

Environment

CSGO
Latest Release bhoptimer v3.1.1

Description

My server crashes when accepting 'player_speedmod' entity input

Steps to Reproduce

  1. Download the map surf_fiellu
  2. Run the map, spawn, and goto map Bonus 2.
  3. Server crashed.
    (not just this map, like surf_beyond also produce..)

Logs

https://pastebin.com/tvMzWh7T

Something may properly fix this

gH_AcceptInput.HookEntity(Hook_Post, entity, DHook_AcceptInput_player_speedmod_Post);

Change Hook_Post to Hook_Pre fixed this, but idk why.

rtldg commented

should be fixed with 0000000