diff options
Diffstat (limited to 'examples/resources/lib/utillib.lua')
| -rw-r--r-- | examples/resources/lib/utillib.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/resources/lib/utillib.lua b/examples/resources/lib/utillib.lua index 4054006..c66cf26 100644 --- a/examples/resources/lib/utillib.lua +++ b/examples/resources/lib/utillib.lua @@ -132,7 +132,7 @@ function utillib.toBoolean( v ) return false end -function utillib.bool2Number( bool ) +function utillib.boolToNumber( bool ) return bool and 1 or 0 end |
