From 17d34815c1e9cd16095393b02d1f8c59be82b445 Mon Sep 17 00:00:00 2001 From: mcmlxxix <> Date: Tue, 22 Jan 2013 16:50:18 +0000 Subject: [PATCH] show your single player games in "your games" list --- xtrn/dicewarz2/game.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xtrn/dicewarz2/game.js b/xtrn/dicewarz2/game.js index c3b0118e64..491cae782e 100644 --- a/xtrn/dicewarz2/game.js +++ b/xtrn/dicewarz2/game.js @@ -270,6 +270,9 @@ function lobby() { if(game.single_player) { sorted.singleplayer.push(i); + if(in_game>=0) { + sorted.yourgames.push(i); + } } else { if(in_game>=0) { -- GitLab