forked from GitHub/dbot
whoops
This commit is contained in:
parent
dc0785fe2e
commit
7a4dc61412
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user