Byond minimum version is now 514.1557 (#6626)

* 514.1557

* a
This commit is contained in:
Gandalf
2021-07-01 00:06:33 +01:00
committed by GitHub
parent 32ae2e2659
commit 84fcf3b429
12 changed files with 28 additions and 145 deletions
-4
View File
@@ -198,9 +198,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,
@@ -830,10 +828,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