mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
whoops
This commit is contained in:
parent
dc0785fe2e
commit
7a4dc61412
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user