From 836d28bfd7a1c93ee3953d9aacaee68788ee0069 Mon Sep 17 00:00:00 2001 From: Richard Helgeby Date: Sun, 25 Jul 2010 22:49:50 +0200 Subject: [PATCH] Fixed spawn protect end-timer not checking speed method. --- src/zr/spawnprotect.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zr/spawnprotect.inc b/src/zr/spawnprotect.inc index 0e627f6..b342b70 100644 --- a/src/zr/spawnprotect.inc +++ b/src/zr/spawnprotect.inc @@ -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;