Skip to content

Commit

Permalink
temp fix for crosschat connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Jun 9, 2024
1 parent cc102be commit 5e8ef4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/services/gamebridge/GameServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ export default class GameServer {
});

console.log(`'${this.config.name}' Game Server connected`);

//! REMOVE when this is issue is resolved
if (this.config.id !== 2) {
this.bridge.servers[2]?.sendLua("if crosschat then crosschat.start() end");
}
}

async changeIcon(path: string) {
Expand Down

0 comments on commit 5e8ef4e

Please sign in to comment.