From 22772fa90cfdf2c4cbe15d9ab7dff748238f9442 Mon Sep 17 00:00:00 2001 From: marzavec Date: Fri, 6 Nov 2020 13:22:50 -0800 Subject: [PATCH] minimized command penalty Can't wait to see the flashing rainbow nicks! :D --- server/src/commands/core/changecolor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/commands/core/changecolor.js b/server/src/commands/core/changecolor.js index afbb8f7..2801fcf 100644 --- a/server/src/commands/core/changecolor.js +++ b/server/src/commands/core/changecolor.js @@ -11,7 +11,7 @@ export async function run({ }) { const channel = socket.channel; - if (server.police.frisk(socket.address, 6)) { + if (server.police.frisk(socket.address, 1)) { return server.reply({ cmd: 'warn', // @todo Add numeric error code as `id` text: 'You are changing colors too fast. Wait a moment before trying again.',