[MIRROR] Fixes client version config not working (#5935)

* Merge pull request #36350 from MrStonedOne/patch-490

Fixes client version config not working

* Fixes client version config not working
This commit is contained in:
CitadelStationBot
2018-03-13 05:45:34 -05:00
committed by Poojawa
parent 90673bc54b
commit a58a8cdefb

View File

@@ -320,7 +320,6 @@
/datum/config_entry/number/client_warn_version
config_entry_value = null
min_val = 500
max_val = DM_VERSION - 1
/datum/config_entry/string/client_warn_message
config_entry_value = "Your version of byond may have issues or be blocked from accessing this server in the future."
@@ -330,7 +329,6 @@
/datum/config_entry/number/client_error_version
config_entry_value = null
min_val = 500
max_val = DM_VERSION - 1
/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."