From 55bcea360b7a2543a33cbfb3fd4a9202c5eb4e7a Mon Sep 17 00:00:00 2001 From: Leonheart <33399712+bleonheart@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:36:31 +0100 Subject: [PATCH] Linting --- lilia/gamemode/meta/tool.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lilia/gamemode/meta/tool.lua b/lilia/gamemode/meta/tool.lua index 5fb7eca1c..f7382522b 100644 --- a/lilia/gamemode/meta/tool.lua +++ b/lilia/gamemode/meta/tool.lua @@ -37,7 +37,6 @@ end --- Creates client and server convars for the tool. -- This method generates convars (console variables) based on the tool's mode. Client convars are created on the client-side, while server convars are created on the server-side. -- @realm shared --- @see CreateClientConVar, CreateConVar function ToolGunMeta:CreateConVars() local mode = self:GetMode() if CLIENT then