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;