D3stats/lua/autorun/cl_d3stats.lua

5 lines
84 B
Lua

if SERVER then
include("d3stats/init.lua")
else
include("d3stats/cl_init.lua")
end