1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-30 04:30:58 +02:00

fixed typo in utils

This commit is contained in:
Maik Wild 2018-06-04 12:40:31 +02:00
parent e471031c32
commit b4602f687b

View File

@ -34,7 +34,7 @@ Module.get_actor = function()
end
Module.cast_bool = function(var)
if var then return true else return false
if var then return true else return false end
end
return Module