diff --git a/plugins/scs/info.html b/plugins/scs/info.html
index d59d189..8197996 100644
--- a/plugins/scs/info.html
+++ b/plugins/scs/info.html
@@ -2,4 +2,5 @@
- Remote App must be set to OSC App under Remote App Interface settings
- Network Protocol must be set to TCP under Remote App Interface settings
+ - OSC Version must be set to 1.1 under Remote App Interface settings
diff --git a/plugins/scs/main.js b/plugins/scs/main.js
index bdd39ea..d7db126 100644
--- a/plugins/scs/main.js
+++ b/plugins/scs/main.js
@@ -1,7 +1,6 @@
exports.config = {
defaultName: 'Show Cue Systems',
connectionType: 'osc',
- useSLIP: false,
defaultPort: 58100,
mayChangePorts: true,
heartbeatInterval: 5000,