mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
xx
This commit is contained in:
parent
ba2bfd5599
commit
e4a8c36754
@ -740,7 +740,7 @@ function CLIENTMENUMANAGER:AddEntry(Entry,Client)
|
|||||||
for _,_client in pairs(Set) do
|
for _,_client in pairs(Set) do
|
||||||
local client = _client -- Wrapper.Client#CLIENT
|
local client = _client -- Wrapper.Client#CLIENT
|
||||||
if client and client:IsAlive() then
|
if client and client:IsAlive() then
|
||||||
local playername = client:GetPlayerName()
|
local playername = client:GetPlayerName() or "None"
|
||||||
local unitname = client:GetName()
|
local unitname = client:GetName()
|
||||||
if not knownunits[unitname] then
|
if not knownunits[unitname] then
|
||||||
knownunits[unitname] = true
|
knownunits[unitname] = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user