1
0
Fork 0
mirror of https://github.com/notwa/mm synced 2024-06-25 19:47: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
return f()
else
print('WARNING: no function deserialize with')
print('WARNING: no function to deserialize with')
return nil
end
end