mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
[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:
committed by
Jordan Brown
parent
5c62effc23
commit
3ec4eb619f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user