rsheasby/brood-clash

Backend panics when trying to delete last question

Closed this issue · 0 comments

Not sure what causes it yet but the steps I took for this issue to occur are:

  1. Add a single question to the game
  2. Select that question as the current question
  3. Reset the game state
  4. Try to delete the question

When doing this the backend would panic after trying to dereference an invalid memory address or a nil pointer.