fix missing FS

This commit is contained in:
tenplus1 2023-08-13 10:36:33 +01:00
parent 3ca3d656cb
commit 33c78e87d0
1 changed files with 2 additions and 2 deletions

View File

@ -3352,7 +3352,7 @@ function mob_class:mob_expire(pos, dtime)
end end
end end
-- minetest.log("action", S("lifetimer expired, removed @1", self.name)) -- minetest.log("action", "lifetimer expired, removed " .. self.name)
effect(pos, 15, "tnt_smoke.png", 2, 4, 2, 0) effect(pos, 15, "tnt_smoke.png", 2, 4, 2, 0)
@ -4755,7 +4755,7 @@ function mobs:feed_tame(self, clicker, feed_count, breed, tame)
esc(FS("Enter name:")) .. esc(FS("Enter name:")) ..
";" .. tag .. "]" .. ";" .. tag .. "]" ..
"button_exit[2.5,3.5;3,1;mob_rename;" .. "button_exit[2.5,3.5;3,1;mob_rename;" ..
esc(S("Rename")) .. "]") esc(FS("Rename")) .. "]")
return true return true
end end