@@ -288,7 +288,7 @@ async function continueGame(genChoice = false, newCharactor = null) {
await http.post(`/game/${gameId}/continue`, {
genChoice: genChoice,
choice: history.value[history.value.length - 1].options[choice.value],
- addCharactor: newCharactor
+ newCharactor: newCharactor
})
loading.value = false
getData()