From 8dcdea16002c371d8251763f4c56390be461c76f Mon Sep 17 00:00:00 2001 From: I-Have-An-Issue <34550332+I-Have-An-Issue@users.noreply.github.com> Date: Mon, 23 Jan 2023 17:26:56 -0500 Subject: [PATCH] :D --- src/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.js b/src/index.js index 0f4fc55..9ccdd9b 100644 --- a/src/index.js +++ b/src/index.js @@ -9,7 +9,6 @@ if (process.platform == "linux") logger.warn("Game hosting might not be fully co global.games = new Map() setInterval(() => { - logger.info("Killing jobless RCCService instances...") global.games.forEach(async (value, key) => { if (!(await game.Running())) value.Stop() })