DMAPI Debug Verb (#18453)

* DMAPI Debug Verb

* This is needed for V3 support

* Clean this up

* pain

* Revert "pain"

This reverts commit 28c3588474.

* Cleanup

* Update code/modules/admin/verbs/debug_dmapi.dm
This commit is contained in:
AffectedArc07
2022-07-20 18:05:47 +01:00
committed by GitHub
parent 07219f941c
commit 9cd7b2763b
5 changed files with 48 additions and 3 deletions
+2
View File
@@ -171,6 +171,8 @@ GLOBAL_LIST_INIT(admin_verbs_debug, list(
/datum/proc/qdel_then_find_references,
/datum/proc/qdel_then_if_fail_find_references,
#endif
/client/proc/dmapi_debug,
/client/proc/dmapi_log,
))
GLOBAL_LIST_INIT(admin_verbs_possess, list(
/proc/possess,