Fixed typo.
This commit is contained in:
parent
50a4b7155f
commit
f527a058c6
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ EventMachine.run {
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
|
|
||||||
# check if connection already exists
|
# check if connection not already exists
|
||||||
next if !@clients[client_id]
|
next if !@clients[client_id]
|
||||||
|
|
||||||
# spool messages for new connects
|
# spool messages for new connects
|
||||||
|
|
Loading…
Reference in a new issue