aboutsummaryrefslogtreecommitdiff
path: root/gamemode/core/combat
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/core/combat')
-rw-r--r--gamemode/core/combat/sv_weaponswing.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/gamemode/core/combat/sv_weaponswing.lua b/gamemode/core/combat/sv_weaponswing.lua
index b02c8fc..1970007 100644
--- a/gamemode/core/combat/sv_weaponswing.lua
+++ b/gamemode/core/combat/sv_weaponswing.lua
@@ -1,9 +1,11 @@
---Automatically re-calculates swing arcs for weapons.
-- This files helps you create mele weapons that need to be swung
---@module sv_weaponswing.lua
+--@server sv_weaponswing.lua
+
--[[
This file tells you what weapons need their swings recalculated
]]
+
-- local itm = nrequire("core/inventory/item.lua")
-- local inv = nrequire("core/inventory/inventory.lua")
local wep = nrequire("core/inventory/common/weapons.lua")