Bannerlord-Coop-Team / BannerlordCoop

MIT License
268 stars 51 forks source link

Handle case where town has no governor assigned (governor = null) #1034

Closed georgyrudnev closed 1 week ago

georgyrudnev commented 1 week ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

Currently there is sometimes a null exception or error when a null value is assigned to the governor in the change town governor handler.

What is the new behavior?

Resolves #

Null value is now handled as well.

Other information