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