Merge branch 'master' of https://github.com/Regalis11/Barotrauma into develop
This commit is contained in:
@@ -385,7 +385,7 @@ namespace Barotrauma
|
||||
return new string[][]
|
||||
{
|
||||
GameMain.NetworkMember.ConnectedClients.Select(c => c.Name).ToArray(),
|
||||
PermissionPreset.List.Select(pp => pp.Name.Value).ToArray()
|
||||
PermissionPreset.List.Select(pp => pp.DisplayName.Value).ToArray()
|
||||
};
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user