From 8b1c58d2a13adbcd297fc16f5a29b37fed6bbe2f Mon Sep 17 00:00:00 2001 From: Neerti Date: Thu, 12 Mar 2020 00:54:15 -0400 Subject: [PATCH] Stupid indentation checker getting confused with comments --- code/modules/admin/admin_verbs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 703c26cec1..30274f9e1f 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -398,7 +398,7 @@ var/list/admin_verbs_event_manager = list( /datum/admins/proc/call_supply_drop, /datum/admins/proc/call_drop_pod, - // This is mostly the same as what admins get, but filtered down to what would be useful for running an event. + // This is mostly the same as what admins get, but filtered down to what would be useful for running an event, /datum/admins/proc/PlayerNotes, /client/proc/callproc, /client/proc/callproc_datum,