aboutsummaryrefslogtreecommitdiff
path: root/gamemode/inventorysystem/abilities/sh_abilities.lua
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2025-12-27 17:21:49 -0600
committerAlexander M Pickering <alex@cogarr.net>2025-12-27 17:21:49 -0600
commit0c6a674999333a10317ee8a2b43f72bde03068c5 (patch)
tree71e1839fafaba516d2472d02847fe65d469a5550 /gamemode/inventorysystem/abilities/sh_abilities.lua
parentaacf5fbcfe1e6f2cdb0c6ab19b3e8dd87e3fd488 (diff)
downloadartery-0c6a674999333a10317ee8a2b43f72bde03068c5.tar.gz
artery-0c6a674999333a10317ee8a2b43f72bde03068c5.tar.bz2
artery-0c6a674999333a10317ee8a2b43f72bde03068c5.zip
Update for documentationHEADmaster
Diffstat (limited to 'gamemode/inventorysystem/abilities/sh_abilities.lua')
-rw-r--r--gamemode/inventorysystem/abilities/sh_abilities.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/inventorysystem/abilities/sh_abilities.lua b/gamemode/inventorysystem/abilities/sh_abilities.lua
index fc6cd82..53c7d57 100644
--- a/gamemode/inventorysystem/abilities/sh_abilities.lua
+++ b/gamemode/inventorysystem/abilities/sh_abilities.lua
@@ -8,7 +8,7 @@ local reg = nrequire("inventory/inventory.lua")
local itm = nrequire("item.lua")
local inv = {}
if CLIENT then
- inv = nrequire("cl_prayers.lua")
+ inv = nrequire("cl_abilities.lua")
end
inv.Name = "Abilities"