Skip to content

Commit 364939e

Browse files
authored
Update bouncer.js
1 parent 58ae900 commit 364939e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bouncer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ server = doServer(tlsOptions,function(socket) {
134134
if(DEBUG)
135135
console.log("<" +input[i]);
136136

137-
if ( typeof connections[this.hash] !== 'undefined' )
137+
if ( typeof connections[this.hash] === 'undefined' )
138138
continue;
139139

140140
let commands=input[i].split(" ");

0 commit comments

Comments
 (0)