Skip to content

Commit 0aeafab

Browse files
committed
Merge branch 'master' of https://www.github.com/ao-libre/ao-server into master
2 parents b0a80fd + 15c3ea8 commit 0aeafab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Codigo/Protocol.bas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24129,7 +24129,7 @@ Private Sub HandleSendIfCharIsInChatMode(ByVal UserIndex As Integer)
2412924129

2413024130
3 Call .incomingData.ReadByte
2413124131

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

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

2413924139
HandleSendIfCharIsInChatMode_Error:
2414024140

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

2414324143
End Sub
2414424144

0 commit comments

Comments
 (0)