From 9966ed8fc168b145ebccf6156185ba2f423607b8 Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 4 Dec 2019 12:23:29 +0000 Subject: [PATCH] Update cl_utils.lua --- cl_utils.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cl_utils.lua b/cl_utils.lua index 9b4514a..90eea6a 100644 --- a/cl_utils.lua +++ b/cl_utils.lua @@ -11,10 +11,6 @@ function UTIL:Round( num, numDecimalPlaces ) return tonumber( string.format( "%." .. ( numDecimalPlaces or 0 ) .. "f", num ) ) end --- function UTIL:FormatSpeed( speed ) --- return string.format( "%03d", speed ) --- end - function UTIL:FormatSpeed( speed ) if ( speed < 0 or speed > 999 ) then return "Err" end