Update teams.lua

master
Minetest-j45 2021-03-22 22:06:43 +00:00 committed by GitHub
parent c32eb2dd8e
commit 7bb99a4142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ end
minetest.register_on_joinplayer(function(player)
local pname = player:get_player_name()
table.insert(sumo_duels.teams.lobby, pname)
sumo_duels.hud_update()
end)
minetest.register_on_leaveplayer(function(player)