fix missing file

This commit is contained in:
Erik 2015-04-07 16:18:07 -04:00
parent 473d422668
commit c1eae5a500

View File

@ -227,7 +227,7 @@ class SocketParser {
socket.didConnect() socket.didConnect()
} }
} else if p.type == SocketPacketType.DISCONNECT { } else if p.type == SocketPacketType.DISCONNECT {
socket.didForceClose("Got Disconnect") socket.engineDidForceClose("Got Disconnect")
} }
} }