File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4560,6 +4560,9 @@ The Autorefresh module currently provides functionalities regarding the in-built
45604560
45614561Supports: Linux32 | LINUX64
45624562
4563+ > [ !WARNING]
4564+ > This module is not yet finished and untested and is unstable/can easily crash on usage!
4565+
45634566### Functions
45644567
45654568#### bool(success) autorefresh.AddFileToRefresh(string filePath)
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ class CAutoRefreshModule : public IModule
1616 virtual void InitDetour (bool bPreServer) OVERRIDE;
1717 virtual const char * Name () { return " autorefresh" ; };
1818 virtual int Compatibility () { return LINUX32; };
19+ virtual bool IsEnabledByDefault () { return false ; };
1920};
2021
2122CAutoRefreshModule g_pAutoRefreshModule;
You can’t perform that action at this time.
0 commit comments