Merge pull request #37000 from tgstation/KorPhaeron-patch-2

Update compile options to make 512 support official
This commit is contained in:
Jordan Brown
2018-04-11 16:12:27 -04:00
committed by CitadelStationBot
parent 4063781baf
commit 704b42411a
7 changed files with 4 additions and 51 deletions
+2 -2
View File
@@ -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()