games: add: goal table
This commit is contained in:
@ -14,7 +14,7 @@ class MyPlayer extends Player
|
||||
*/
|
||||
constructor(client, game, rail, nb_goal, position)
|
||||
{
|
||||
super(game, client.me.id, rail, nb_goal, position, true);
|
||||
super(game, client.me.id, client.me.username, rail, nb_goal, position, true);
|
||||
/**
|
||||
* @type {Client}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user