Update teams.lua

master
Minetest-j45 2021-03-20 21:10:09 +00:00 committed by GitHub
parent 4a5daa990f
commit 81095ddfdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
sumo_duels.teams = {lobby = {}, waiting_arena_1 = {}, arena_1 = {}}
sumo_duels.teams = {lobby = {}, waiting_arena_1 = {}, arena_1 = {}, waiting_arena_2 = {}, arena_2 = {}, waiting_arena_3 = {}, arena_3 = {}}
local lobby_pos = {x = 0, y = 100, z = 0}--set world spawn to this too
local arena_1_pos = {x = 0, y = 80, z = 0}
local arena_2_pos = {x = 0, y = 80, z = 0}
local arena_3_pos = {x = 0, y = 80, z = 0}
sumo_duels.tablefind = function(tab,el)
for index, value in pairs(tab) do