remove 512 version checks
This commit is contained in:
committed by
CitadelStationBot
parent
4063781baf
commit
d559fc1bd3
@@ -243,7 +243,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>")
|
||||
@@ -261,7 +261,7 @@ GLOBAL_LIST_EMPTY(external_rsc_urls)
|
||||
else
|
||||
qdel(src)
|
||||
return
|
||||
#endif
|
||||
|
||||
if(SSinput.initialized)
|
||||
set_macros()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user