From 090d2b430b68afa39f9e523419fb275f71b76642 Mon Sep 17 00:00:00 2001 From: SK_Artemis <98838698+SK3Artemis@users.noreply.github.com> Date: Fri, 8 Nov 2024 01:02:16 +0100 Subject: [PATCH] Update stats.js --- stats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats.js b/stats.js index d2f8a0b0..8c67d535 100644 --- a/stats.js +++ b/stats.js @@ -4,7 +4,7 @@ import { } from './helpers.js' const argsSchema = [ - ['show-peoplekilled', false], + ['show-peoplekilled', true], ['hide-stocks', false], ['hide-RAM-utilization', false], ];