Skip to content
Snippets Groups Projects
Commit cb74aad2 authored by Jean-Patrick Guerrero's avatar Jean-Patrick Guerrero
Browse files

Sitting : prevent nil cases on pointed_thing

parent b695cc3d
No related branches found
No related tags found
No related merge requests found
local function top_face(pointed_thing)
if not pointed_thing then return end
return pointed_thing.above.y > pointed_thing.under.y
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment