From 14452ddcd4e82a80cf97f6f2d2aca630d3bb491b Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 23 Nov 2016 21:26:18 +0000 Subject: [PATCH] Correct typo: nubetest -> minetest Thanks to @asl97 --- ctf/core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctf/core.lua b/ctf/core.lua index fe69334..f3e15d4 100644 --- a/ctf/core.lua +++ b/ctf/core.lua @@ -119,7 +119,7 @@ function ctf.action(area, msg) if area and area ~= "" then minetest.log("action", "[CaptureTheFlag] (" .. area .. ") " .. msg) else - nubetest.log("action", "[CaptureTheFlag] " .. msg) + minetest.log("action", "[CaptureTheFlag] " .. msg) end end function ctf.warning(area, msg)