Update teams.lua

master
Minetest-j45 2021-03-15 22:07:21 +00:00 committed by GitHub
parent cbb22d8a34
commit a57950288c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
sumo_deuls.teams = {lobby = {}, waiting_arena_1 = {}, arena_1 = {}}
local sumo_deuls.before = {}
sumo_deuls.get_player_team = function(name)
for k, team in pairs(sumo_deuls.teams) do
for _, pname in ipairs(team) do