This commit is contained in:
yflory 2017-07-05 16:02:22 +02:00
parent bf17ad3f1e
commit 465ef74f2b

View File

@ -305,7 +305,7 @@ types of messages:
} }
}; };
network.on('message', function (msg) { network.on('message', function (msg, sender) {
if (sender !== network.historyKeeper) { return; } if (sender !== network.historyKeeper) { return; }
onAnonMsg(ctx, msg); onAnonMsg(ctx, msg);
}); });