Skip to content
Snippets Groups Projects
Commit d4d86a3c authored by mcmlxxix's avatar mcmlxxix
Browse files

fix previous fix

parent 9ca3064c
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,7 @@ function playGame(profile,game) {
index++;
localPlayer = players[profile.name];
localPlayer.grid = getMatrix(21,10);
localPlayer.ready = true;
}
for(var p in game.players) {
if(p == profile.name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment