diff --git a/locale/ExpGaming-Core/ExpGaming - Rank Control.lua b/locale/ExpGaming-Core/ExpGaming - Rank Control.lua index 2a9e3a96..d5a655b1 100644 --- a/locale/ExpGaming-Core/ExpGaming - Rank Control.lua +++ b/locale/ExpGaming-Core/ExpGaming - Rank Control.lua @@ -150,6 +150,7 @@ function ranking.find_new_rank(player,tick) debug_write({'RANK','NEW-RANK','GIVE','VIA-SERVER'},player.name..' '..highest_rank.name) player.tag = highest_rank.tag player.permission_group=game.permissions.get_group('Guest') + Expgui.toolbar.draw(event.player) else debug_write({'RANK','NEW-RANK','GIVE','VIA-GIVE-RANK'},player.name..' '..highest_rank.name) if highest_rank ~= current_rank then ranking.give_rank(player,highest_rank,nil,tick) end