Skip to content

Commit

Permalink
Small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelq committed Feb 20, 2017
1 parent e2354d7 commit db77eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tron.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const socket = io('http://localhost:1337');

socket.on('connect', function () {
socket.emit('join', ai.room, ai.team);
console.log('Lien vers le match : http://localhost:1337/' + (ai.room || 'null'));
console.log(`Lien vers le match : http://localhost:1337/${ai.room}`);
});

socket.on('start', function (config) {
Expand Down

0 comments on commit db77eae

Please sign in to comment.