Correct typo: nubetest -> minetest

Thanks to @asl97
master
rubenwardy 2016-11-23 21:26:18 +00:00 committed by GitHub
parent 80c47dd99b
commit 14452ddcd4
1 changed files with 1 additions and 1 deletions

View File

@ -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)