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 )
end
Quantum.Shared.Init()
-- CLient files
local clFiles = file.Find( fol .. "/client/cl_*.lua", "LUA" )
for _, file in pairs( clFiles ) do

Loading…
Cancel
Save