Don't use F4 to open Deadeye

This commit is contained in:
Fesiug 2023-12-30 20:55:08 -05:00
parent 5238832f42
commit 2e0f0cbcb5
2 changed files with 6 additions and 6 deletions

View File

@ -273,11 +273,11 @@ local lonk = {
Text1 = "DEV. SPAWN",
Text2 = "Cheat items in",
},
{
Glyph = "F4",
Text1 = "CHOREOGRAPHER",
Text2 = "Manage scenes",
},
--{
-- Glyph = "F4",
-- Text1 = "CHOREOGRAPHER",
-- Text2 = "Manage scenes",
--},
}
-- Stew port

View File

@ -84,7 +84,7 @@ hook.Add( "PlayerButtonDown", "Benny_PlayerButtonDown_Dev", function( ply, butto
elseif button == KEY_F3 then
OpenSMenu()
elseif button == KEY_F4 then
OpenDeadeye()
-- OpenDeadeye()
elseif button == KEY_F5 then
elseif button == KEY_F6 then
elseif button == KEY_F7 then