Grizzly-Adam / BBQ

A BBQ & smoker food mod for Minetest
https://forum.minetest.net/viewtopic.php?f=9&t=19324
Other
6 stars 5 forks source link

Keep utensils from crashing the server when used on entities #5

Closed fluxionary closed 5 years ago

fluxionary commented 5 years ago

Currently, if you click the spatula, basting brush, or grill brush on an entity (player, mob, etc) instead of a node, it will crash the server because pointed_thing.under is nil.

This PR fixes that.