deathandmayhem / jolly-roger

Dead men tell no tales!
MIT License
18 stars 5 forks source link

Avoid using non-null assertions in NotificationCenter #2102

Closed zarvox closed 2 months ago

zarvox commented 2 months ago

These interact quite badly if they reference a deleted Hunt object, which is exactly the situation you wind up in if you simply create the sample hunt and then delete it.

Fixes #2100.