[s] disables the Middle Mouse Button exploit (#42594)

* disables the MMB exploit

* Adds a config option to set a minimum build, with the recommended minimum build for 512 users being 1421

* readds the post-block detection, and changes MMB -> Middle Mouse Button

* Makes it the standard, I guess

Co-Authored-By: nichlas0010 <nichlas00100@gmail.com>

* Update client_procs.dm
This commit is contained in:
nichlas0010
2019-01-30 17:07:45 +01:00
committed by Jordan Brown
parent 5c62effc23
commit 3ec4eb619f
3 changed files with 16 additions and 4 deletions

View File

@@ -354,6 +354,10 @@
/datum/config_entry/string/client_error_message
config_entry_value = "Your version of byond is too old, may have issues, and is blocked from accessing this server."
/datum/config_entry/number/client_error_build
config_entry_value = null
min_val = 0
/datum/config_entry/number/minute_topic_limit
config_entry_value = null
min_val = 0