diff --git a/index.html b/index.html index f261b94..58fe7a7 100644 --- a/index.html +++ b/index.html @@ -83,7 +83,7 @@ function selectBoat(e) { - connection.send(clientId + ';ctrl:', e.target.id.split('boat')[1]); + connection.send(clientId + ';ctrl;', e.target.id.split('boat')[1]); console.log('ctrl:', e.target.id.split('boat')[1]); stickEl.style.display = 'block'; boatListEl.style.display = 'none';