Rutherther / NosSmooth

Nostale bot library written in C#. May describe the current state of the game/character from packets. Multiple sources available for capturing the packets from running game.
MIT License
6 stars 3 forks source link

Pass "can be null" to string converters #25

Closed Rutherther closed 1 year ago

Rutherther commented 2 years ago

There is an error when parsing packet like "say -", the message should never be null and the correct behavior is to set it to "-", not null