From 2c929b60fb382fbb8e98efd1ab8795d3a7655481 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 30 Aug 2026 18:30:39 +0200 Subject: [PATCH] test ban --- routes/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/game.js b/routes/game.js index b7d219e..51d0316 100644 --- a/routes/game.js +++ b/routes/game.js @@ -6,7 +6,7 @@ const fs = require("fs"); const rcon = require("../modules/rcon"); const is_authenticated = require("../modules/middleware"); -const ALLOWED_STEAM_IDS = ["76561198154367261"]; +const ALLOWED_STEAM_IDS = ["76561198154367261", "76561197961479025"]; router.post("/api/setup-game", is_authenticated, async (req, res) => { try {