fixed misspelled word that caused crash

master
MisterE123 2021-05-02 23:59:51 +00:00
parent 5a27d99971
commit 442ab6c465
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ arena_lib.on_time_tick('wormball', function(arena)
arena_lib.HUD_send_msg_all('broadcast', arena, elim_sting .. 'eliminated with ' .. pl_score .. ' pts', 2,nil,0xFFFF00)
arena_lib.HUD_send_msg_all('broadcast', arena, elim_string .. 'eliminated with ' .. pl_score .. ' pts', 2,nil,0xFFFF00)
end