mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
remove 512 version checks
This commit is contained in:
committed by
KorPhaeron
parent
42dc91af69
commit
8addcd5217
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user