diff --git a/modules/steam/steam.js b/modules/steam/steam.js index 44a64cb..4ce6dc8 100644 --- a/modules/steam/steam.js +++ b/modules/steam/steam.js @@ -166,7 +166,7 @@ var steam = function(dbot) { if(games.total_count != 0) { event.reply(dbot.t('steam_last_played', { 'user': user.currentNick, - 'game': games.games[0].name + 'game': _.last(games.games).name })); } else { event.reply(dbot.t('steam_not_played', {