diff --git a/Torch.Server/Program.cs b/Torch.Server/Program.cs index 731dd02..4e48a1e 100644 --- a/Torch.Server/Program.cs +++ b/Torch.Server/Program.cs @@ -34,7 +34,8 @@ namespace Torch.Server //HACK for block skins update var badDlls = new[] { - "System.Security.Principal.Windows.dll" + "System.Security.Principal.Windows.dll", + "steam_api64.dll" }; try @@ -71,4 +72,4 @@ namespace Torch.Server initializer.Run(); } } -} \ No newline at end of file +}