Follow the API spec and return true here.

This commit is contained in:
Auke Kok 2016-12-15 22:02:45 -08:00
parent 0b78cb5c54
commit 25d80f000e

View File

@ -34,6 +34,7 @@ function emote.start(player, emotestring)
local len = (e[1].y - e[1].x) / e[2]
minetest.after(len, emote.stop, player)
end
return true
else
return false
end