From 9e0537b0aa417e88a6a61238484ddcef74080ae0 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sun, 7 May 2017 13:47:40 -0400 Subject: Added tons of stuff --- gamemode/client/cl_inventory.lua | 2 +- gamemode/client/cl_legs.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'gamemode/client') diff --git a/gamemode/client/cl_inventory.lua b/gamemode/client/cl_inventory.lua index 0c84e5c..7fab07c 100644 --- a/gamemode/client/cl_inventory.lua +++ b/gamemode/client/cl_inventory.lua @@ -10,7 +10,7 @@ ]] local qinv = nrequire("cl_qinventory.lua") local state = nrequire("cl_state.lua") --Holds weather or not player is in inventory -local itm = nrequire("core/inventory/item.lua") +local itm = nrequire("core/inventory/common/items.lua") --local qpray = nrequire("cl_qprayers.lua") local inv = {} diff --git a/gamemode/client/cl_legs.lua b/gamemode/client/cl_legs.lua index c9703e1..506a0a9 100644 --- a/gamemode/client/cl_legs.lua +++ b/gamemode/client/cl_legs.lua @@ -1,3 +1,4 @@ +do return end --[[ The purpose of this file is to render the client's legs -- cgit v1.2.3-70-g09d2