Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit db95983

Browse files
authored
Update debug.dm
1 parent 14b5b6d commit db95983

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

code/modules/admin/verbs/debug.dm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
4949
if(!procpath)
5050
return
5151

52+
if(findtextEx(trim(lowertext(procpath)), "rustg"))
53+
message_admins("<span class='userdanger'>[key_name_admin(src)] attempted to proc call rust-g procs. Inform council/host <u>at once</u>.</span>")
54+
log_admin("[key_name(src)] attempted to proc call rust-g procs. Inform council/host at once.")
55+
return
56+
5257
//strip away everything but the proc name
5358
var/list/proclist = splittext(procpath, "/")
5459
if (!length(proclist))

0 commit comments

Comments
 (0)