Skip to content

Commit b520658

Browse files
committed
autorefresh: disable it by default since it's unstable
1 parent 80356d7 commit b520658

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4560,6 +4560,9 @@ The Autorefresh module currently provides functionalities regarding the in-built
45604560

45614561
Supports: 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)

source/modules/autorefresh.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

2122
CAutoRefreshModule g_pAutoRefreshModule;

0 commit comments

Comments
 (0)