From 8987cca8484ebb5d8ac3214acbfdab630cf2f29d Mon Sep 17 00:00:00 2001 From: MinusGix Date: Fri, 6 Mar 2020 15:17:43 -0600 Subject: Reword actions which are restricted on using against users of same level --- server/src/commands/mod/dumb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/commands/mod/dumb.js') diff --git a/server/src/commands/mod/dumb.js b/server/src/commands/mod/dumb.js index 125660c..944f8c6 100644 --- a/server/src/commands/mod/dumb.js +++ b/server/src/commands/mod/dumb.js @@ -40,7 +40,7 @@ export async function run(core, server, socket, data) { if (badClient.level >= socket.level) { return server.reply({ cmd: 'warn', - text: 'This trick wont work on mods and admin', + text: 'This trick wont work on users of the same level', }, socket); } -- cgit v1.2.1