From 27c66ef07a71c40217ea053ff6f186873a231112 Mon Sep 17 00:00:00 2001 From: DragonTrance Date: Fri, 21 May 2021 20:04:19 -0700 Subject: [PATCH] thanks github very cool --- code/modules/client/verbs/ooc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/verbs/ooc.dm b/code/modules/client/verbs/ooc.dm index 962ae739..087c434b 100644 --- a/code/modules/client/verbs/ooc.dm +++ b/code/modules/client/verbs/ooc.dm @@ -372,4 +372,4 @@ GLOBAL_VAR_INIT(normal_ooc_colour, "#002eb8") set name = "Fix Stat Panel" set hidden = TRUE - init_verbs() + init_verbs() \ No newline at end of file