Compiler errors

This commit is contained in:
zaCade
2017-10-12 21:52:36 +02:00
parent 9532c0893f
commit f67b801d61
2 changed files with 4 additions and 4 deletions
@@ -220,7 +220,7 @@ public void Event_Spawn(Event event, const char[] name, bool dontBroadcast)
CreateTimer(0.1, Timer_SpawnPost, client, TIMER_FLAG_NO_MAPCHANGE);
}
Action Timer_SpawnPost(Handle timer, int client)
public Action Timer_SpawnPost(Handle timer, int client)
{
ToolsSetEntityAlpha(client, 255);
g_Client_Alpha[client] = 255;