From 553c84fde0c7bcdaa108eeaa2570610ae30388c9 Mon Sep 17 00:00:00 2001 From: tommy Date: Tue, 30 Jul 2024 04:50:13 -0400 Subject: [PATCH] source (and gpg test) --- src/SlashCommands/SourceGames.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SlashCommands/SourceGames.lua b/src/SlashCommands/SourceGames.lua index 0128847..28892da 100644 --- a/src/SlashCommands/SourceGames.lua +++ b/src/SlashCommands/SourceGames.lua @@ -2,7 +2,7 @@ local SlashCommandTools = require('discordia-slash').util.tools() local SubCommandHandler = require('../Modules/SubCommandHandler.lua') -local SOURCE_DEFAULT_M_YAW = 0.022 +local SOURCE_DEFAULT_M_YAW = 0.022 -- this is from experience (i just looked in the console) local SourceSubCommandHandler = SubCommandHandler.new() local SourceMainCommand = SlashCommandTools.slashCommand('source', 'Utility commands for source games (CS:S specifically)')