This commit is contained in:
Applevangelist
2024-07-28 13:40:59 +02:00
parent 9f581ee660
commit c59bf3f334
2 changed files with 3 additions and 3 deletions

View File

@@ -740,7 +740,7 @@ do -- SETTINGS
if _SETTINGS.ShowPlayerMenu == true then
local PlayerGroup = PlayerUnit:GetGroup()
local PlayerName = PlayerUnit:GetPlayerName()
local PlayerName = PlayerUnit:GetPlayerName() or "None"
--local PlayerNames = PlayerGroup:GetPlayerNames()
local PlayerMenu = MENU_GROUP:New( PlayerGroup, 'Settings "' .. PlayerName .. '"' )