p2sr / SourceAutoRecord

Speedrun plugin for Source engine games.
MIT License
89 stars 27 forks source link

fix: NetMessage while dead #224

Closed ThisAMJ closed 1 week ago

ThisAMJ commented 2 months ago

Fixes #222

Needs testing on Linux (p2 + reloaded/mel) @NeKzor . Omitted on TWTM/aptag.

Effectively nop'd the !client->CanHearAndReadChatFrom( pPlayer ) call in Host_Say, allowing messages to be sent while dead, and the receiver is alive. Unfortunately this also kills the behaviour of the ignoremsg clientcommand.

ThisAMJ commented 1 week ago

frick it we ball