From 2b402aaefb930fefad7b8e03ca259477d2ff36e0 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Fri, 7 Jan 2022 20:53:53 +0100 Subject: [PATCH] removed deprecated function say(..) --- functions.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/functions.lua b/functions.lua index 92e2ff8..d75e00d 100644 --- a/functions.lua +++ b/functions.lua @@ -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 --###