master
Minetest-j45 2021-03-21 21:52:35 +00:00 committed by GitHub
parent a1c1640760
commit 189fb2c298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,6 @@ bedwars.hud_update = function()
"Waiting Arena 3: " .. sumo_duels.hud_team_info["waiting_arena_3"] .. "\n" ..
"Arena 3: " .. sumo_duels.hud_team_info["arena_3"]
player:hud_change(sumo_duels.huds[pname)], "text", text)
player:hud_change(sumo_duels.huds[pname], "text", text)
end
end