v1.0.13.1 (first post-1.0 patch)
This commit is contained in:
@@ -384,7 +384,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