Add undocumented config option to disable rapid fire anticheat

This quick hack has been around for a while, so we might as well make it
configurable.

Also updated tdata reference.
This commit is contained in:
2022-11-26 19:36:10 +01:00
parent b1eea6d4fe
commit 12dde394c0
4 changed files with 23 additions and 11 deletions

View File

@@ -10,6 +10,7 @@ namespace settings {
extern int SHARDPORT;
extern std::string SHARDSERVERIP;
extern bool LOCALHOSTWORKAROUND;
extern bool ANTICHEAT;
extern time_t TIMEOUT;
extern int VIEWDISTANCE;
extern bool SIMULATEMOBS;