makes the profiler more accessible (#25312)

This commit is contained in:
GDN
2024-05-12 23:12:13 -05:00
committed by GitHub
parent 171729ab80
commit 92961c85e4
3 changed files with 16 additions and 2 deletions
+1
View File
@@ -456,6 +456,7 @@
display_job_bans(TRUE)
if(check_rights(R_DEBUG|R_VIEWRUNTIMES, FALSE, mob))
winset(src, "debugmcbutton", "is-disabled=false")
winset(src, "profilecode", "is-disabled=false")
/client/proc/is_connecting_from_localhost()
var/static/list/localhost_addresses = list("127.0.0.1", "::1")