mirror of
https://gitea.your-land.de/Sokomine/yl_speak_up.git
synced 2025-10-28 11:03:04 +01:00
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
|
||||
|
||||
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
|
||||
--###
|
||||
|
||||
Loading…
Reference in New Issue
Block a user