D3stats/lua/d3stats/sh_concommand.lua

12 lines
292 B
Lua
Raw Normal View History

2020-01-22 14:25:58 +00:00
-- Copyright (c) 2020 David Vogel
--
-- This software is released under the MIT License.
-- https://opensource.org/licenses/MIT
2016-10-05 12:30:35 +00:00
if SERVER then
concommand.Add("D3stats_clearall", function(ply, cmd, args, argsString)
print("What the hell are you doing? Not implemented yet!")
end)
2016-10-05 12:30:35 +00:00
end