rafi1212122 / BH3_PS

A private server implementation for a third impact game sea mainly but should also work for glb and probably cn too
153 stars 38 forks source link

fix upgrading above maximum level #13

Closed pfyy closed 1 year ago

pfyy commented 1 year ago

current implementation neglects the case when the player/avatar is already the maximum level but still tries to upgrade them, and will cause StageEndRsp never to be sent (exception raised before response sent)

rafi1212122 commented 1 year ago

thanks for your contribution!