this function doesn't return anything

This commit is contained in:
Max Bradbury 2020-11-08 17:33:39 +00:00
parent fbe40fb866
commit 7d274bb3c2
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ async function run() {
}
function new_game() {
console.debug(load_default_game());
load_default_game();
textareaGameDataInput.value = output();
checkGameData();
// we don't need to look at the default game data, so skip ahead to the image page