diff --git a/nxbt/web/static/js/main.js b/nxbt/web/static/js/main.js index 1e0c977..82e79c8 100644 --- a/nxbt/web/static/js/main.js +++ b/nxbt/web/static/js/main.js @@ -381,7 +381,7 @@ function createProController() { HTML_CONTROLLER_SELECTION.classList.add('hidden'); HTML_LOADER.classList.remove('hidden'); - socket.emit('create_pro_controller'); + socket.emit('web_create_pro_controller'); } function shutdownController() {