Skip to content

Commit 478da2e

Browse files
committed
fgh
1 parent c0a9089 commit 478da2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ws/ws.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ app.ws('/wg', {
381381
}
382382

383383
if ((json.type === 'publicDuel') && !player.gameId) {
384-
console.log('public duel requested by', player.username);
384+
console.log('public duel requested by', player.username, player.ip);
385385
player.inQueue = true;
386386
playersInQueue.add(player.id);
387387
}

0 commit comments

Comments
 (0)