From af74cb5987d38c8efc820aa8d41a516ade40bcf2 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sun, 14 Jan 2018 15:40:04 -0500 Subject: Massive updates updates to nrequire, only re-includes things out of date changes to cl_inventory, and config --- gamemode/cl_init.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gamemode/cl_init.lua') diff --git a/gamemode/cl_init.lua b/gamemode/cl_init.lua index 2f80ddd..07cd341 100644 --- a/gamemode/cl_init.lua +++ b/gamemode/cl_init.lua @@ -1,10 +1,11 @@ --Find out where all our prints are comming from! +--[[ local oldprint = print print = function(...) oldprint(unpack({...})) oldprint(debug.traceback()) end - +]] include( "shared.lua" ) -print = oldprint +--print = oldprint -- cgit v1.2.3-70-g09d2