Fix crash in match timer hud update

master
shivajiva101 2020-08-21 00:49:04 +01:00 committed by GitHub
parent 8bd6c81a80
commit e00fdf2d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ local function match_timer()
to_player = k,
gain = 1.0,
})
eggwars.update_hud(key, v.hud_id)
eggwars.update_hud(key, v.id)
end
minetest.sound_play("eggwars_sudden", {
to_player = k,