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

This commit is contained in:
EvilFactory
2023-10-19 12:18:30 -03:00
613 changed files with 22122 additions and 11481 deletions
@@ -49,7 +49,7 @@ namespace Barotrauma.Networking
{
await Task.Yield();
string dir = mod.Dir;
SaveUtil.CompressDirectory(dir, GetCompressedModPath(mod), fileName => { });
SaveUtil.CompressDirectory(dir, GetCompressedModPath(mod));
}
private void DeleteDir()