Page 1 of 1

Javascript error on undoRestorePoint

Posted: 08 May 2020, 16:21
by cmgames
I have set up a restore point in my development so I can go back and retry the same action when testing to see the different results.

But when I try to restore to the save point, I get the following Javascript error over and over (infinite loop apparently):

Javascript error:
TypeError: this.gamedatas.gamestate.reflexion.initial_ts is undefined
Script: https://en.1.studio.boardgamearena.com: ... _studio.js

Is there something I can do in the part of the code that I have access to to avoid this error?

~cmgames