This commit is contained in:
I-Have-An-Issue 2023-01-23 17:26:56 -05:00
parent bea4928648
commit 8dcdea1600
No known key found for this signature in database
GPG Key ID: E55435DEA0825091
1 changed files with 0 additions and 1 deletions

View File

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