From 8e990d18b37f18097920e67db7de3e79cb8b88a9 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Sun, 23 Apr 2023 11:47:27 -0700 Subject: [PATCH] debug online list --- structures/DayzArmbands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structures/DayzArmbands.js b/structures/DayzArmbands.js index 6e2ac37..47097c0 100644 --- a/structures/DayzArmbands.js +++ b/structures/DayzArmbands.js @@ -41,7 +41,7 @@ class DayzArmbands extends Client { this.LoadEvents(); this.Ready = false; - this.activePlayersTick = 0; + this.activePlayersTick = 11; this.ws.on("INTERACTION_CREATE", async (interaction) => { const start = new Date().getTime();