Merge pull request '#25 / your-land/bugtracker#6618 Fixes crash when using protection rune on NPC' (#26) from AliasAlreadyTaken/yl_speak_up:master into master

Reviewed-on: #26
This commit is contained in:
Sokomine 2025-03-21 18:52:27 +01:00
commit a1a5d5c243

View File

@ -86,6 +86,7 @@ function yl_speak_up.do_mobs_on_rightclick(self, clicker)
-- protect npc with mobs:protector
if mobs:protect(self, clicker) then
if(self.yl_speak_up) then
local pos = self.object:get_pos()
minetest.log("action","[MOD] yl_speak_up "..
" NPC n_"..tostring(self.yl_speak_up.id)..
" named "..tostring(self.yl_speak_up.npc_name)..