forgot rights check

This commit is contained in:
Fox-McCloud
2017-04-02 19:40:05 -04:00
parent 0578dc56de
commit a6380a8259

View File

@@ -18,6 +18,9 @@
set name = "(GC) Display del() Log"
set desc = "Displays a list of things that have failed to GC this round"
if(!check_rights(R_DEBUG))
return
var/dat = "<B>List of things that failed to GC this round</B><BR><BR>"
for(var/path in didntgc)
dat += "[path] - [didntgc[path]] times<BR>"