File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
72
72
73
73
// absolutely not
74
74
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>" )
76
76
log_admin (" [ key_name(src )] attempted to proc call rust-g procs. Inform the host at once." )
77
77
send2admindiscord (" [ key_name(src )] attempted to proc call rustg things. Inform the host at once." , TRUE )
78
78
return
You can’t perform that action at this time.
0 commit comments