Rainyan / sourcemod-nt-anti-cap-deny

SourceMod plugin for Neotokyo — If the last living player of a team disconnects or suicides (or gets posthumously teamkilled) to prevent a ghost capture, treat it as if the ghost capture happened.
GNU General Public License v3.0
0 stars 1 forks source link

Verify client of userid is in game #12

Closed Rainyan closed 11 months ago

Rainyan commented 11 months ago

Fix #11

GetClientOfUserId only guarantees IsClientConnected, so have to manually check for IsClientInGame before doing anything requiring that state.