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();