gbohnen / GDD3000-ThinBlueLine

0 stars 0 forks source link

Get a MissingReferenceException when trying to Reset the turn #41

Closed kmayo3 closed 7 years ago

kmayo3 commented 7 years ago

it takes me to this place in the code... and does not reset the first player's Actions. But I can still take one action and it goes to the next person. I can go on and play everyone else but get this error every time I get back to the first player.

The code the error takes me to: referencemissing

These are the actions from last round that are stuck in there: playeractions

gbohnen commented 7 years ago

This error usually occurs when an object has been destroyed. This probably happened because of a situation that was auto-resolved. Needs more testing to be sure