This commit is contained in:
reality 2013-10-28 14:39:44 +00:00
parent dc0785fe2e
commit 7a4dc61412

View File

@ -98,7 +98,7 @@ var steam = function(dbot) {
}); });
if(_.has(player, 'gameserverip')) { if(_.has(player, 'gameserverip')) {
var host = player.gameserverip.split(':'); var host = player.gameserverip.split(':');
output += ' (Host: ' + host[0] + ' Port: ' + host[1] + ')'; output += ' (Server: ' + host[0] + ' Port: ' + host[1] + ')';
} }
event.reply(output); event.reply(output);
} else { } else {