Skip to content

Commit 144bd5d

Browse files
committed
more info
1 parent 5574176 commit 144bd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/admin/verbs/debug.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
7272

7373
// absolutely not
7474
if(findtextEx(trim(lowertext(procname)), "rustg"))
75-
message_admins("<span class='userdanger'>[key_name_admin(src)] attempted to proc call rust-g procs. Inform the host <u>at once</u>.</span>")
75+
message_admins("<span class='userdanger'>[key_name_admin(src)] attempted to proc call rust-g procs ([strip_html_properly(procname)]). Inform the host <i>at once</i>.</span>")
7676
log_admin("[key_name(src)] attempted to proc call rust-g procs. Inform the host at once.")
7777
send2admindiscord("[key_name(src)] attempted to proc call rustg things. Inform the host at once.", TRUE)
7878
return

0 commit comments

Comments
 (0)