aboutsummaryrefslogtreecommitdiff
path: root/gamemode/inventorysystem/skills
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/inventorysystem/skills')
-rw-r--r--gamemode/inventorysystem/skills/sh_skillcommon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/inventorysystem/skills/sh_skillcommon.lua b/gamemode/inventorysystem/skills/sh_skillcommon.lua
index d48fb98..fd05eaa 100644
--- a/gamemode/inventorysystem/skills/sh_skillcommon.lua
+++ b/gamemode/inventorysystem/skills/sh_skillcommon.lua
@@ -2,7 +2,7 @@
Common functions since skills are a special inventory, adding skills need to be a special item
]]
local itm = nrequire("item.lua")
-
+local log = nrequire("log.lua")
--Common things
--Make sure items have a "name" and "ammt" attribute
local item = {}