#DATABASE- stage 1 fix for dynamic client slots

This commit is contained in:
Applevangelist
2024-07-14 17:49:25 +02:00
parent 0b21cb687e
commit 3595afe0cc
2 changed files with 63 additions and 16 deletions

View File

@@ -738,7 +738,7 @@ do -- SETTINGS
local PlayerGroup = PlayerUnit:GetGroup()
local PlayerName = PlayerUnit:GetPlayerName()
local PlayerNames = PlayerGroup:GetPlayerNames()
--local PlayerNames = PlayerGroup:GetPlayerNames()
local PlayerMenu = MENU_GROUP:New( PlayerGroup, 'Settings "' .. PlayerName .. '"' )