From 889e9c623712437db170024c55fb8ac2d0d121c7 Mon Sep 17 00:00:00 2001 From: edshot99 Date: Thu, 16 Jan 2025 12:08:24 -0600 Subject: [PATCH] move from Utilities tab to Options tab --- lua/autorun/cl_utime.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/autorun/cl_utime.lua b/lua/autorun/cl_utime.lua index 72ab00c..ccb681f 100644 --- a/lua/autorun/cl_utime.lua +++ b/lua/autorun/cl_utime.lua @@ -351,7 +351,7 @@ end hook.Add( "SpawnMenuOpen", "UtimeSpawnMenuOpen", spawnMenuOpen ) function popToolMenu() - spawnmenu.AddToolMenuOption( "Utilities", "Utime Controls", "Utime", "Utime", "", "", buildCP ) + spawnmenu.AddToolMenuOption( "Options", "Utime Controls", "Utime", "Utime", "", "", buildCP ) end hook.Add( "PopulateToolMenu", "UtimePopulateTools", popToolMenu )