Fix API error

pull/1/head
yflory 4 years ago
parent 4edf74587e
commit b456fee9e9

@ -1470,8 +1470,8 @@ define([
UIElements.reconnectAlert(); UIElements.reconnectAlert();
}; };
sframeChan.on('EV_DRIVE_LOG', function (data) { sframeChan.on('EV_DRIVE_LOG', function (msg) {
UI.log(data.msg); UI.log(msg);
}); });
sframeChan.on('EV_NETWORK_DISCONNECT', function (teamId) { sframeChan.on('EV_NETWORK_DISCONNECT', function (teamId) {
onDisconnect(teamId); onDisconnect(teamId);

Loading…
Cancel
Save