Fixed client sided error

master
AlmTech 5 years ago
parent a482c6515e
commit 75d2fbdc79
  1. 2
      gamemode/cl_init.lua

@ -21,8 +21,6 @@ if CLIENT then
include( fol .. file ) include( fol .. file )
end end
Quantum.Shared.Init()
-- CLient files -- CLient files
local clFiles = file.Find( fol .. "/client/cl_*.lua", "LUA" ) local clFiles = file.Find( fol .. "/client/cl_*.lua", "LUA" )
for _, file in pairs( clFiles ) do for _, file in pairs( clFiles ) do

Loading…
Cancel
Save