bsc
bsc copied to clipboard
Fixed disconnect reason check
Description
To avoid a runtime error when the reason ID is equal to a length of discReasonToString (runtime error: index out of range [17] with length 17)
Rationale
It crashes when it comes with reason ID = 17
Example
runtime error: index out of range [17] with length 17
Changes
Changed a comparison operator from < to <=