Skip to content

Instantly share code, notes, and snippets.

@GreenXenith
Created July 3, 2018 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GreenXenith/f7788f9307bc7b6468c8a2d66ed51535 to your computer and use it in GitHub Desktop.
Save GreenXenith/f7788f9307bc7b6468c8a2d66ed51535 to your computer and use it in GitHub Desktop.
invalid core.after invocation
function function_name()
--do some stuff
minetest.after(2, function_name())
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment