mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 20:57:23 +01:00
Tg panel patch 2 (#8085)
Co-authored-by: Cadyn Bombaci <cadynspacetechguy@gmail.com>
This commit is contained in:
co-authored by
Cadyn Bombaci
parent
a63a919fcb
commit
e28fa96705
@@ -91,7 +91,7 @@ world/New()
|
||||
|
||||
// display only the reports that haven't been handled
|
||||
/client/proc/display_admin_reports()
|
||||
set category = "Admin"
|
||||
set category = "Admin.Moderation" //CHOMPEdit
|
||||
set name = "Display Admin Reports"
|
||||
if(!src.holder) return
|
||||
|
||||
@@ -119,7 +119,7 @@ world/New()
|
||||
|
||||
|
||||
/client/proc/Report(mob/M as mob in world)
|
||||
set category = "Admin"
|
||||
set category = "Admin.Moderation" //CHOMPEdit
|
||||
if(!src.holder)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user