removed deprecated function say(..)
This commit is contained in:
parent
e8265679b4
commit
2b402aaefb
@ -51,13 +51,6 @@ minetest.register_on_joinplayer(
|
|||||||
|
|
||||||
yl_speak_up.debug = true
|
yl_speak_up.debug = true
|
||||||
|
|
||||||
local function say(text)
|
|
||||||
if yl_speak_up.debug then
|
|
||||||
--minetest.chat_send_all(text)
|
|
||||||
minetest.log("action", "[MOD] yl_speak_up: " .. text)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
--###
|
--###
|
||||||
-- Helpers
|
-- Helpers
|
||||||
--###
|
--###
|
||||||
|
Loading…
Reference in New Issue
Block a user