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
|
|
|
|
|
2018-08-03 09:22:18 +00:00
|
|
|
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
|