Automatically delete and replace steam_api.dll to fix weirdness

This commit is contained in:
Brant Martin
2019-06-23 19:33:22 -04:00
committed by GitHub
parent 9293801037
commit dfb7314207

View File

@@ -34,7 +34,8 @@ namespace Torch.Server
//HACK for block skins update //HACK for block skins update
var badDlls = new[] var badDlls = new[]
{ {
"System.Security.Principal.Windows.dll" "System.Security.Principal.Windows.dll",
"steam_api64.dll"
}; };
try try
@@ -71,4 +72,4 @@ namespace Torch.Server
initializer.Run(); initializer.Run();
} }
} }
} }