From cda47bf1585800fba2a6080674966160e85df6d9 Mon Sep 17 00:00:00 2001 From: Shiroi Kitsu <108461408+shiroikitsu8@users.noreply.github.com> Date: Sun, 22 Jan 2023 10:01:34 +0700 Subject: [PATCH] fix hof battle result and crown return stamp --- src/util/games/ghost.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/games/ghost.ts b/src/util/games/ghost.ts index 4982483..6fca8e3 100644 --- a/src/util/games/ghost.ts +++ b/src/util/games/ghost.ts @@ -150,7 +150,6 @@ export async function saveGhostBattleResult(body: wm.protobuf.SaveGameResultRequ // --------------GHOST BATTLE SELECTION MODE-------------- // Calling save ghost history battle function (BASE_PATH/src/util/games/games_util/ghost_history.ts) let ghost_historys: any; - console.log(body.rgResult!.selectionMethod); switch (body.rgResult!.selectionMethod) {