Fork of atp.tools as a universal profile for people on the ATmosphere

get rid of puzzle in game state

Changed files
+1 -1
src
routes
rnfgrertt
+1 -1
src/routes/rnfgrertt/borgle.lazy.tsx
··· 648 648 }; 649 649 650 650 const generateCurrentGameState = (): string => { 651 - let state = `Borgle Puzzle #${puzzleNumber}\n`; 651 + let state = `Borgle #${puzzleNumber}\n`; 652 652 653 653 for (let res in evaluations) { 654 654 const evalRow = evaluations[res];