Status: Remove buffering, done by sourcemod now.

PlayerVisibility: Fix on some maps, thx Shufen.
Spectate: Server crash exploit.
ExtraCommands: minor change
This commit is contained in:
BotoX
2017-01-22 15:20:08 +01:00
parent c37131fcbb
commit 73a725f3b2
4 changed files with 54 additions and 90 deletions
@@ -98,6 +98,7 @@ public void OnPostThinkPost(int client)
}
if(GetEntityRenderMode(client) == RENDER_NONE ||
GetEntityRenderMode(client) == RENDER_ENVIRONMENTAL ||
GetEntityRenderFx(client) != RENDERFX_NONE)
{
g_Client_Alpha[client] = 0;