Automatically delete and replace steam_api.dll to fix weirdness
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user