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

Commit 2971146

Browse files
authored
Update debug.dm
1 parent db95983 commit 2971146

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
@@ -48,7 +48,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
4848
var/procpath = input("Proc path, eg: /proc/fake_blood","Path:", null) as text|null
4949
if(!procpath)
5050
return
51-
51+
//thanks paradise - https://github.com/ParadiseSS13/Paradise/pull/27327
5252
if(findtextEx(trim(lowertext(procpath)), "rustg"))
5353
message_admins("<span class='userdanger'>[key_name_admin(src)] attempted to proc call rust-g procs. Inform council/host <u>at once</u>.</span>")
5454
log_admin("[key_name(src)] attempted to proc call rust-g procs. Inform council/host at once.")

0 commit comments

Comments
 (0)