Revert "fix: Shards not receiving regular messages"

This reverts commit 88616eaf3e.
This commit is contained in:
Lewdcario 2018-08-08 13:03:29 -05:00
parent 8152841bab
commit 9dfcb61a90
No known key found for this signature in database
GPG key ID: 6FCE946CE72C1D94

View file

@ -132,8 +132,6 @@ class ShardClientUtil {
} catch (err) {
this._respond('eval', { _eval: message._eval, _error: Util.makePlainError(err) });
}
} else {
this.send(message);
}
}