Skip to content

Commit ee9cefe

Browse files
authored
Merge branch 'master' into add_more_user_control_of_websocket
2 parents 59f55ed + 182d95d commit ee9cefe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/net/twasi/obsremotejava/OBSRemoteController.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ public class OBSRemoteController {
2525
private StringCallback onConnectionFailed;
2626
private ErrorCallback onError;
2727

28+
private StringCallback onConnectionFailed;
29+
2830
private boolean failed;
2931

3032
public OBSRemoteController(String address, boolean debug, String password, boolean autoConnect) {

0 commit comments

Comments
 (0)