Merge pull request #35603 from MrStonedOne/patch-480

blacklists 512.1408 for basically being a wallhack (again)
This commit is contained in:
Jordan Brown
2018-02-12 17:23:40 -05:00
committed by CitadelStationBot
parent 80baf4f9a4
commit 59f7343c5e
+5 -1
View File
@@ -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