This commit is contained in:
Applevangelist 2024-07-28 13:41:26 +02:00
parent ba2bfd5599
commit e4a8c36754

View File

@ -740,7 +740,7 @@ function CLIENTMENUMANAGER:AddEntry(Entry,Client)
for _,_client in pairs(Set) do
local client = _client -- Wrapper.Client#CLIENT
if client and client:IsAlive() then
local playername = client:GetPlayerName()
local playername = client:GetPlayerName() or "None"
local unitname = client:GetName()
if not knownunits[unitname] then
knownunits[unitname] = true