Skip to content

Commit 04b6deb

Browse files
committed
networkthreading: enable it by default again
1 parent 190f3a4 commit 04b6deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/modules/networkthreading.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class CNetworkThreadingModule : public IModule
2626
virtual void Shutdown() OVERRIDE;
2727
virtual const char* Name() { return "networkthreading"; };
2828
virtual int Compatibility() { return LINUX32; };
29-
virtual bool IsEnabledByDefault() { return false; };
29+
virtual bool IsEnabledByDefault() { return true; };
3030
};
3131

3232
static CNetworkThreadingModule g_pNetworkThreadingModule;

0 commit comments

Comments
 (0)