From 5131680527a247f7303cb1ef4661bba64e8a6ed3 Mon Sep 17 00:00:00 2001 From: EvilDragonfiend <87972842+EvilDragonfiend@users.noreply.github.com> Date: Fri, 12 Apr 2024 23:06:32 +0900 Subject: [PATCH] Update ooc.dm --- 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 55f0306eb15e5..d77cd48baa712 100644 --- a/code/modules/client/verbs/ooc.dm +++ b/code/modules/client/verbs/ooc.dm @@ -239,7 +239,7 @@ GLOBAL_VAR_INIT(normal_ooc_colour, "#002eb8") SSticker.show_roundend_report(src, TRUE) /client/verb/fit_viewport() - set name = "Fit Viewport asdfasdf" + set name = "Fit Viewport" set category = "OOC" set desc = "Fit the width of the map window to match the viewport"