Merge pull request #5448 from Citadel-Station-13/upstream-merge-35603
[MIRROR] blacklists 512.1408 for basically being a wallhack (again)
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
////////////
|
||||
#define UPLOAD_LIMIT 1048576 //Restricts client uploads to the server to 1MB //Could probably do with being lower.
|
||||
|
||||
GLOBAL_LIST_INIT(blacklisted_builds, list(1407 = "bug preventing client display overrides from working leads to clients being able to see things/mobs they shouldn't be able to see"))
|
||||
GLOBAL_LIST_INIT(blacklisted_builds, list(
|
||||
1407 = "bug preventing client display overrides from working leads to clients being able to see things/mobs they shouldn't be able to see",
|
||||
1408 = "bug preventing client display overrides from working leads to clients being able to see things/mobs they shouldn't be able to see",
|
||||
|
||||
))
|
||||
|
||||
#define LIMITER_SIZE 5
|
||||
#define CURRENT_SECOND 1
|
||||
|
||||
Reference in New Issue
Block a user