Minimum compiler version update (#59771)

Updates the minimum compiler version to 514.1556
Additionally implements `as anything` in parts that requested it with a warning
This commit is contained in:
Watermelon914
2021-06-23 17:51:41 +01:00
committed by GitHub
parent 105222ceda
commit d42bf33df6
12 changed files with 12 additions and 123 deletions
-4
View File
@@ -184,9 +184,7 @@ GLOBAL_PROTECT(admin_verbs_debug)
/client/proc/export_dynamic_json,
/client/proc/run_dynamic_simulations,
#endif
#ifdef SENDMAPS_PROFILE
/client/proc/display_sendmaps,
#endif
/datum/admins/proc/create_or_modify_area,
/client/proc/check_timer_sources,
/client/proc/toggle_cdn,
@@ -815,10 +813,8 @@ GLOBAL_PROTECT(admin_verbs_hideable)
var/datum/admins/admin = GLOB.admin_datums[ckey]
admin?.associate(src)
#ifdef SENDMAPS_PROFILE
/client/proc/display_sendmaps()
set name = "Send Maps Profile"
set category = "Debug"
src << link("?debug=profile&type=sendmaps&window=test")
#endif