check user validation on use to avoid crash on disconected
This commit is contained in:
parent
89068508c7
commit
dae251bd80
1
init.lua
1
init.lua
@ -235,6 +235,7 @@ minetest.register_tool("mobs_balrog:balrog_whip", {
|
|||||||
minetest.get_background_escape_sequence("darkred"),
|
minetest.get_background_escape_sequence("darkred"),
|
||||||
inventory_image = "mobs_balrog_balrog_whip.png^[transform3",
|
inventory_image = "mobs_balrog_balrog_whip.png^[transform3",
|
||||||
on_use = function(itemstack, user, pointed_thing)
|
on_use = function(itemstack, user, pointed_thing)
|
||||||
|
if not user then return end
|
||||||
if pointed_thing.type == "nothing" then
|
if pointed_thing.type == "nothing" then
|
||||||
local dir = user:get_look_dir()
|
local dir = user:get_look_dir()
|
||||||
local pos = user:get_pos()
|
local pos = user:get_pos()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user