This commit is contained in:
Dummydude 2023-06-24 20:36:56 -04:00 committed by GitHub
commit d6f365eb67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {