Skip to content

Commit

Permalink
Merge pull request #7 from stayintarkov/revert-4-master
Browse files Browse the repository at this point in the history
Revert "Fix: Pass through TimeAndWeather & Raid data to clients"
  • Loading branch information
trippyone committed Dec 3, 2023
2 parents b5f03c6 + 0778fd6 commit 7b4642d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/CoopMatch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,6 @@ export class CoopMatch {

if(info.m === undefined) {
this.LastUpdateDateTime = new Date(Date.now());
if("RaidTimer" in info || "TimeAndWeather" in info) {
WebSocketHandler.Instance.sendToWebSockets(this.ConnectedUsers, JSON.stringify(info));
}
return;
}

Expand Down

0 comments on commit 7b4642d

Please sign in to comment.