diff --git a/xtrn/bublbogl/game.js b/xtrn/bublbogl/game.js index e6c19528bd2c8753133aaf046eece27e5deb98d7..0c9675caf577b1bbaaa46f4fea342c49d6f3a73d 100644 --- a/xtrn/bublbogl/game.js +++ b/xtrn/bublbogl/game.js @@ -420,7 +420,7 @@ function boggle() { } } - if(data.winner) { + if(data.winner && data.winner.name !== undefined && data.winner.points > 0) { console.gotoxy(48,18); console.putmsg("\1c\1h" + data.winner.name); console.gotoxy(75,18);