master
rubenwardy 2017-10-10 22:57:33 +01:00
parent 254d147bb2
commit 4abfda056f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ minetest.register_chatcommand("team", {
local create = string.match(param, "^add ([%a%d_-]+)")
local remove = string.match(param, "^remove ([%a%d_-]+)")
local lock = string.match(param, "^lock ([%a%d_-]+)")
local lock = string.match(param, "^unlock ([%a%d_-]+)")
local unlock = string.match(param, "^unlock ([%a%d_-]+)")
local j_name, j_tname = string.match(param, "^join ([%a%d_-]+) ([%a%d_]+)")
local b_tname, b_pattern = string.match(param, "^bjoin ([%a%d_-]+) ([%a%d_-%*%! ]+)")
local l_name = string.match(param, "^removeplr ([%a%d_-]+)")