From ca246f8a85fa15eac3881a2d516f3cf61ac3cc52 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Mon, 20 Nov 2017 16:54:55 +0000 Subject: [PATCH] Fixed player table bug --- locale/ExpGaming-Core/GUI/ExpGaming - Player Table.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/ExpGaming-Core/GUI/ExpGaming - Player Table.lua b/locale/ExpGaming-Core/GUI/ExpGaming - Player Table.lua index 723595bd..42023219 100644 --- a/locale/ExpGaming-Core/GUI/ExpGaming - Player Table.lua +++ b/locale/ExpGaming-Core/GUI/ExpGaming - Player Table.lua @@ -96,7 +96,7 @@ function player_table_functions.draw(player,frame,filters,input_location) end end --add the player - if add then--and player.name ~= p.name then + if add and not player_table[p.name.."_id"] then debug_write({'GUI','PLAYER-TABLE','ADD'},p.name) player_table.add{name=p.name.."_id", type="label", caption=i} player_table.add{name=p.name..'_name', type="label", caption=p.name}