X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empires%2Fgame.js;fp=empires%2Fgame.js;h=746cdfdc943d37d55c6d0f6fb6ce3f8315407a42;hp=d3d34949cdf87fe1875893939962b600f527b11d;hb=20c213c065cd264b12f2b7e042e0b2fe7443b656;hpb=7e0909ae536ff9257082815dbcbe17e0cda32b8a diff --git a/empires/game.js b/empires/game.js index d3d3494..746cdfd 100644 --- a/empires/game.js +++ b/empires/game.js @@ -17,7 +17,6 @@ function register(form) { request.open("POST", "register"); request.setRequestHeader("Content-Type", "application/json; charset=UTF-8"); var data = { - "name": form.name.value, "character": form.character.value }; request.send(JSON.stringify(data));