Fixed spawn protect end-timer not checking speed method.
This commit is contained in:
parent
1518357b60
commit
836d28bfd7
@ -220,7 +220,7 @@ public Action:SpawnProtectTimer(Handle:timer, any:client)
|
|||||||
|
|
||||||
// Fix attributes.
|
// Fix attributes.
|
||||||
ToolsSetClientAlpha(client, ClassGetAlphaInitial(client));
|
ToolsSetClientAlpha(client, ClassGetAlphaInitial(client));
|
||||||
ToolsSetClientLMV(client, ClassGetSpeed(client));
|
ClassApplySpeedEx(client, ClassGetSpeed(client));
|
||||||
|
|
||||||
// Clear timer handle.
|
// Clear timer handle.
|
||||||
tSpawnProtect[client] = INVALID_HANDLE;
|
tSpawnProtect[client] = INVALID_HANDLE;
|
||||||
|
Loading…
Reference in New Issue
Block a user