From 9fedca98288a84b214ac2652ec9d01eed8e0b88f Mon Sep 17 00:00:00 2001 From: ghkkk090 <108461408+ghkkk090@users.noreply.github.com> Date: Thu, 21 Jul 2022 14:55:51 +0700 Subject: [PATCH] edit gitignore --- .gitignore | 3 +-- src/modules/game.ts | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 519848a..ea161cd 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,4 @@ cert.pfx key.pem config.json package-lock.json -ecosystem.config.js -prisma/*.sql \ No newline at end of file +ecosystem.config.js \ No newline at end of file diff --git a/src/modules/game.ts b/src/modules/game.ts index 18499f5..ebe3c7f 100644 --- a/src/modules/game.ts +++ b/src/modules/game.ts @@ -18,6 +18,7 @@ export default class GameModule extends Module { carId: body.carId } }); + console.log(body); let storyLose: boolean = false; switch (body.gameMode) { case wm.wm.protobuf.GameMode.MODE_STORY: