This commit is contained in:
JustArchi
2017-02-01 11:53:59 +01:00
parent 5293b69261
commit fa99281d49

View File

@@ -81,7 +81,7 @@ namespace ArchiSteamFarm {
// Therefore, call mono-incompatible options in their own function to avoid that, and just leave the function call here
// When compiling on Mono, this section is omitted entirely as we never run Mono-compiled ASF on Windows
// Moreover, Mono compiler doesn't even include ReusePort field in ServicePointManager, so it's crucial to avoid compilation error
if (Runtime.IsRuntimeSupported && !Runtime.IsRunningOnMono) {
if (!Runtime.IsRunningOnMono) {
InitNonMonoBehaviour();
}
#endif