Merge branch 'master' of https://github.com/Regalis11/Barotrauma into develop

This commit is contained in:
EvilFactory
2023-12-14 11:56:39 -03:00
376 changed files with 7775 additions and 2879 deletions
@@ -628,7 +628,7 @@ namespace Barotrauma.Networking
{
foreach (DebugConsole.Command command in clientPermission.PermittedCommands)
{
clientElement.Add(new XElement("command", new XAttribute("name", command.names[0])));
clientElement.Add(new XElement("command", new XAttribute("name", command.Names[0])));
}
}
doc.Root.Add(clientElement);