From 75c6e82e3271661efa7b2eda4f63a9860f0426e8 Mon Sep 17 00:00:00 2001 From: stsdc Date: Fri, 7 Sep 2018 15:45:35 +0200 Subject: [PATCH] uncomment stream --- client/src/js/core/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/js/core/index.js b/client/src/js/core/index.js index be28ff8..1af6e2a 100644 --- a/client/src/js/core/index.js +++ b/client/src/js/core/index.js @@ -11,7 +11,7 @@ const core = (actions) => { let sockets = new Sockets(actions); actions.motors = new Motors(sockets); - // actions.stream = new Stream(); + actions.stream = new Stream(); actions.manipulator.m = new Manipulator(sockets); actions.system = new System(sockets);