forked from Dadido3/D3stats
12 lines
292 B
Lua
12 lines
292 B
Lua
-- Copyright (c) 2020 David Vogel
|
|
--
|
|
-- This software is released under the MIT License.
|
|
-- https://opensource.org/licenses/MIT
|
|
|
|
if SERVER then
|
|
|
|
concommand.Add("D3stats_clearall", function(ply, cmd, args, argsString)
|
|
print("What the hell are you doing? Not implemented yet!")
|
|
end)
|
|
|
|
end |