1
0
Fork 0

Fixed bug in agency communication. Discrepancy with Agency content

This commit is contained in:
Michael Hackstein 2014-01-23 10:12:48 +01:00
parent eeca60897a
commit 6a0d219bd5
1 changed files with 3 additions and 0 deletions

View File

@ -317,6 +317,9 @@ exports.Communication = function() {
};
this.getShards = function() {
var info = this.info();
if (!info) {
return;
}
return info.shards;
};
this.getShardsForServer = function(name) {