mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-01-01 16:59:29 +01:00
change active games to map
This commit is contained in:
@@ -4,7 +4,7 @@ const globals = require('../config/globals');
|
||||
|
||||
class ActiveGameRunner {
|
||||
constructor (logger) {
|
||||
this.activeGames = {};
|
||||
this.activeGames = new Map();
|
||||
this.timerThreads = {};
|
||||
this.logger = logger;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user