Allow passing no parameter to /tournament

master
upsilon 2017-03-12 17:29:56 +01:00
parent 68bd3b5e49
commit 7d9e79a6ec
No known key found for this signature in database
GPG Key ID: A80DAE1F266E1C3C
1 changed files with 0 additions and 2 deletions

View File

@ -405,8 +405,6 @@ minetest.register_chatcommand("tournament", {
elseif params[2] ~= "" and params[2] ~= nil then
return false, "Invalid usage. See /help tournament."
end
else
return false, "Invalid usage. See /help tournament."
end
if pvpplus.is_running_tournament() then