Fix typo in handy_functions.lua
This commit is contained in:
parent
a6a87f1996
commit
3e7384d921
@ -6,7 +6,7 @@ function GetHandyVersion()
|
|||||||
return HANDY_VERSION
|
return HANDY_VERSION
|
||||||
end
|
end
|
||||||
-- Checks if handy is in proper version
|
-- Checks if handy is in proper version
|
||||||
function CheckForRequiedVersion( inVersion )
|
function CheckForRequiredVersion( inVersion )
|
||||||
if( inVersion > HANDY_VERSION ) then return false end
|
if( inVersion > HANDY_VERSION ) then return false end
|
||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
@ -213,4 +213,4 @@ end
|
|||||||
function BoolToString( inValue )
|
function BoolToString( inValue )
|
||||||
if( inValue == true ) then return 1 end
|
if( inValue == true ) then return 1 end
|
||||||
return 0
|
return 0
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user