X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=functions.lua;h=f5ee41596f1fd64585c0b07d140a88ded2878384;hb=HEAD;hp=a087cc5850bcda1bba619ab2005680b13a6264c6;hpb=dfb180be323279e718d8ca2649f3e9a538e0c514;p=elidragon.git diff --git a/functions.lua b/functions.lua index a087cc5..f5ee415 100755 --- a/functions.lua +++ b/functions.lua @@ -30,7 +30,6 @@ function elidragon.message(message) if not msg then return end - print(name, color, msg) msg = minetest.colorize(color, msg) if name then minetest.chat_send_player(name, msg)