start_delay doesn't require the tournament_mod privilege

master
upsilon 2017-04-17 15:18:08 +02:00
parent 4c3fb49cda
commit fae88fa9c2
No known key found for this signature in database
GPG Key ID: A80DAE1F266E1C3C
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ minetest.register_chatcommand("tournament_music_toggle", {
-- value: {[bool: whether the parameter requires the tournament_mod privilege], [string: type of the wanted value (number or string), nil if no value]}
local param_list = {
noteleport = {false, nil},
start_delay = {true, "number"}
start_delay = {false, "number"}
}
local function parse_params(param)