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:
parent
e471031c32
commit
b4602f687b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user