Correct typo: nubetest -> minetest

Thanks to @asl97
This commit is contained in:
rubenwardy 2016-11-23 21:26:18 +00:00 committed by GitHub
parent 80c47dd99b
commit 14452ddcd4

View File

@ -119,7 +119,7 @@ function ctf.action(area, msg)
if area and area ~= "" then if area and area ~= "" then
minetest.log("action", "[CaptureTheFlag] (" .. area .. ") " .. msg) minetest.log("action", "[CaptureTheFlag] (" .. area .. ") " .. msg)
else else
nubetest.log("action", "[CaptureTheFlag] " .. msg) minetest.log("action", "[CaptureTheFlag] " .. msg)
end end
end end
function ctf.warning(area, msg) function ctf.warning(area, msg)