Suprcode / Zircon

Legend of Mir 3 - Official Public Zircon Source
337 stars 256 forks source link

ChatTextBox.UpdateSettings() null reference exception #97

Closed szczwanymalarz closed 1 year ago

szczwanymalarz commented 1 year ago

I keep getting null exception on ChatTextBox Settings when starting Client. It looks like the code was updated in the last commit and the UpdateSettings method was added which results in the null exception on fresh files - for me. Not sure but maybe we should LoadSettings when they are null.

image

Also Group Dialog doesn't open when I press 'P' which is the default key bind.

Suprcode commented 1 year ago

thanks for report. hopefully both issues should be fixed now.

szczwanymalarz commented 1 year ago

Thank you, both issues fixed.

Just to let u know, there is duplicated '#endregion' in GroupDialog line 174. EDIT: Actually it is needed as there are regions in regions :D