Skip to content

Commit

Permalink
Merge pull request #557 from ao-org/RecoX-patch-1
Browse files Browse the repository at this point in the history
Added missing Exit Function in PacktIdToString
  • Loading branch information
RecoX authored Apr 11, 2024
2 parents a8f371b + 69a6228 commit fa931b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Codigo/GameLogic.bas
Original file line number Diff line number Diff line change
Expand Up @@ -2141,6 +2141,7 @@ Public Function PacketIdToString(ByVal PacketId As Long) As String
Exit Function
Case 15
PacketIdToString = "ChangeHeading"
Exit Function
Case 16
PacketIdToString = "Hide"
Exit Function
Expand Down

0 comments on commit fa931b4

Please sign in to comment.