Skip to content

Commit 28fb280

Browse files
author
Dan Kyung
committed
===, not ==
1 parent f344197 commit 28fb280

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ function report(gc, sid, matchid, user) {
132132
console.info(`[${user}] Reporting...`);
133133

134134
let accountId = sid.accountid;
135-
if (matchid == null) {
135+
if (matchid === null)
136136
matchid = 8;
137-
}
137+
138138
gc.send({
139139
msg: Protos.ECsgoGCMsg.k_EMsgGCCStrike15_v2_ClientReportPlayer,
140140
proto: {}

protos/.keep

Whitespace-only changes.

0 commit comments

Comments
 (0)