minimized command penalty

Can't wait to see the flashing rainbow nicks! :D
This commit is contained in:
marzavec
2020-11-06 13:22:50 -08:00
parent b4553511f0
commit 22772fa90c
+1 -1
View File
@@ -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.',