3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-27 14:29:29 +01:00
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')) {
var host = player.gameserverip.split(':');
output += ' (Host: ' + host[0] + ' Port: ' + host[1] + ')';
output += ' (Server: ' + host[0] + ' Port: ' + host[1] + ')';
}
event.reply(output);
} else {