Skip to content

Commit d6df493

Browse files
Techbot121Meta Construct
authored andcommitted
unused for now
1 parent a5a3a0d commit d6df493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/gamebridge/GameBridge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default class GameBridge extends Service {
5151
});
5252

5353
console.log(`Web socket server listening on ${this.webApp.config.port}`);
54-
this.handleResoniteConnection();
54+
// this.handleResoniteConnection();
5555
}
5656

5757
async handleConnection(req: WebSocketRequest): Promise<void> {

0 commit comments

Comments
 (0)