shalzuth / LostArkLogger

Lost Ark DPS Meter
GNU General Public License v3.0
165 stars 106 forks source link

Update Overlay.cs #100

Closed 9451589 closed 2 years ago

9451589 commented 2 years ago

change uint.parse to uint.tryparse to prevent exception for wrongly formatted string For counterattacks, the substring skillid created from rowText is the wrong format. throws an exception trying to parse it

shalzuth commented 2 years ago

thanks for your contribution @9451589