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