Skip to content

Commit

Permalink
add missing exit sub
Browse files Browse the repository at this point in the history
  • Loading branch information
matiascalegaris committed Nov 6, 2023
1 parent c414c97 commit 58ce21c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Codigo/Protocol.bas
Original file line number Diff line number Diff line change
Expand Up @@ -10741,6 +10741,7 @@ End Sub
Public Sub HendleRequestLobbyList(ByVal UserIndex As Integer)
On Error GoTo HendleRequestLobbyList_Err:
Call WriteUpdateLobbyList(UserIndex)
Exit Sub
HendleRequestLobbyList_Err:
Call TraceError(Err.Number, Err.Description, "Protocol.HendleRequestLobbyList", Erl)
End Sub

0 comments on commit 58ce21c

Please sign in to comment.