1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-06-28 12:57:12 -07:00
This commit is contained in:
Connor Olding 2015-05-10 14:36:42 -07:00
parent e163532059
commit 454233566d

View File

@ -41,7 +41,7 @@ function _deserialize(script)
if f ~= nil then if f ~= nil then
return f() return f()
else else
print('WARNING: no function deserialize with') print('WARNING: no function to deserialize with')
return nil return nil
end end
end end