remove 512 version checks

This commit is contained in:
vuonojenmustaturska
2018-04-11 14:26:22 -05:00
committed by KorPhaeron
parent 42dc91af69
commit 8addcd5217
6 changed files with 3 additions and 50 deletions
+3 -3
View File
@@ -236,7 +236,7 @@ GLOBAL_LIST_EMPTY(external_rsc_urls)
. = ..() //calls mob.Login()
#if DM_VERSION >= 512
if (byond_version >= 512)
if (!byond_build || byond_build < 1386)
message_admins("<span class='adminnotice'>[key_name(src)] has been detected as spoofing their byond version. Connection rejected.</span>")
@@ -254,7 +254,7 @@ GLOBAL_LIST_EMPTY(external_rsc_urls)
else
qdel(src)
return
#endif
if(SSinput.initialized)
set_macros()
@@ -610,7 +610,7 @@ GLOBAL_LIST_EMPTY(external_rsc_urls)
/client/proc/note_randomizer_user()
add_system_note("CID-Error", "Detected as using a cid randomizer.")
/client/proc/add_system_note(system_ckey, message)
var/sql_system_ckey = sanitizeSQL(system_ckey)
var/sql_ckey = sanitizeSQL(ckey)