Fixed spawn protect end-timer not checking speed method.

This commit is contained in:
Richard Helgeby 2010-07-25 22:49:50 +02:00
parent 1518357b60
commit 836d28bfd7
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ public Action:SpawnProtectTimer(Handle:timer, any:client)
// Fix attributes.
ToolsSetClientAlpha(client, ClassGetAlphaInitial(client));
ToolsSetClientLMV(client, ClassGetSpeed(client));
ClassApplySpeedEx(client, ClassGetSpeed(client));
// Clear timer handle.
tSpawnProtect[client] = INVALID_HANDLE;