We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190f3a4 commit 04b6debCopy full SHA for 04b6deb
source/modules/networkthreading.cpp
@@ -26,7 +26,7 @@ class CNetworkThreadingModule : public IModule
26
virtual void Shutdown() OVERRIDE;
27
virtual const char* Name() { return "networkthreading"; };
28
virtual int Compatibility() { return LINUX32; };
29
- virtual bool IsEnabledByDefault() { return false; };
+ virtual bool IsEnabledByDefault() { return true; };
30
};
31
32
static CNetworkThreadingModule g_pNetworkThreadingModule;
0 commit comments