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