xiongzhu 2 years ago
parent
commit
56025efcbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/PlayView.vue

+ 1 - 1
src/views/PlayView.vue

@@ -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()