You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to reproduce: you need to gib a shock trooper after a nade throw, then save/load and catch the nade. I found the best place to do that is in the boss fight map, you can bait their nades easily by stepping back from the railing or just generally taking cover somewhere.
The text was updated successfully, but these errors were encountered:
Since the attacker is null this crashes the program.
CBaseEntity::Instance has a failsafe that returns the world if the given entity is null, but this only works if the overload that takes an edict_t* is called directly. Since this calls the entvars_t* overload it crashes. A foolproof fix should apply the same failsafe to all overloads that could be given a null pointer:
How to reproduce: you need to gib a shock trooper after a nade throw, then save/load and catch the nade. I found the best place to do that is in the boss fight map, you can bait their nades easily by stepping back from the railing or just generally taking cover somewhere.
The text was updated successfully, but these errors were encountered: