mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-08 08:30:38 +00:00
make GameManager more efficient
This commit is contained in:
@@ -274,7 +274,7 @@ export class GameServer {
|
||||
});
|
||||
}
|
||||
|
||||
async endGame() {
|
||||
async end() {
|
||||
// Close all WebSocket connections
|
||||
clearInterval(this.endTurnIntervalID);
|
||||
this.allClients.forEach((client) => {
|
||||
|
||||
Reference in New Issue
Block a user