From 7d8220d838f82f7ad1ffedbcbd3b955aef6d71a2 Mon Sep 17 00:00:00 2001 From: marzavec Date: Sat, 10 Mar 2018 22:41:17 -0800 Subject: stabilized modules and server cmd field --- server/src/commands/core/stats.js | 1 - 1 file changed, 1 deletion(-) (limited to 'server/src/commands/core/stats.js') diff --git a/server/src/commands/core/stats.js b/server/src/commands/core/stats.js index 841675f..ba28319 100644 --- a/server/src/commands/core/stats.js +++ b/server/src/commands/core/stats.js @@ -50,6 +50,5 @@ exports.run = async (core, server, socket, data) => { exports.info = { name: 'stats', - usage: 'stats', description: 'Sends back current server stats to the calling client' }; -- cgit v1.2.1