mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Revert "Resharper cleanup"
This reverts commit 7c8d7b5ada.
Bad cleanup.
This commit is contained in:
@@ -305,11 +305,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
#if !__MonoCS__
|
||||
|
||||
private static void InitNonMonoBehaviour() {
|
||||
ServicePointManager.ReusePort = true;
|
||||
}
|
||||
|
||||
private static void InitNonMonoBehaviour() => ServicePointManager.ReusePort = true;
|
||||
#endif
|
||||
|
||||
private async Task<byte[]> UrlGetToBytes(string request, string referer = null) {
|
||||
|
||||
Reference in New Issue
Block a user