Skip to content

Commit

Permalink
Merge branch 'master' of https://www.github.com/ao-libre/ao-server in…
Browse files Browse the repository at this point in the history
…to master
  • Loading branch information
RecoX committed Aug 18, 2020
2 parents b0a80fd + 15c3ea8 commit 0aeafab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Codigo/Protocol.bas
Original file line number Diff line number Diff line change
Expand Up @@ -24129,7 +24129,7 @@ Private Sub HandleSendIfCharIsInChatMode(ByVal UserIndex As Integer)

3 Call .incomingData.ReadByte

8 .Char.Escribiendo = IIf(.Char.Escribiendo = 1, 2, 1)
8 .Char.Escribiendo = IIf(.Char.Escribiendo = 1, 0, 1)
9 Call SendData(SendTarget.ToPCAreaButIndex, UserIndex, PrepareMessageSetTypingFlagToCharIndex(.Char.CharIndex, .Char.Escribiendo))

10 End With
Expand All @@ -24138,7 +24138,7 @@ Private Sub HandleSendIfCharIsInChatMode(ByVal UserIndex As Integer)

HandleSendIfCharIsInChatMode_Error:

12 Call LogError("Error " & Err.Number & " (" & Err.description & ") in procedure HandleSendIfCharIsInChatMode of M?dulo Protocol " & Erl & ".")
12 Call LogError("Error " & Err.Number & " (" & Err.description & ") in procedure HandleSendIfCharIsInChatMode of Modulo Protocol " & Erl & ".")

End Sub

Expand Down

0 comments on commit 0aeafab

Please sign in to comment.