D3stats/lua/autorun/cl_d3stats.lua

10 lines
214 B
Lua

-- Copyright (c) 2020 David Vogel
--
-- This software is released under the MIT License.
-- https://opensource.org/licenses/MIT
if SERVER then
include("d3stats/init.lua")
else
include("d3stats/cl_init.lua")
end