1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2024-11-14 19:17:50 +01:00

edit gitignore

This commit is contained in:
ghkkk090 2022-07-21 14:55:51 +07:00
parent d12282ac9b
commit 9fedca9828
2 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,4 +9,3 @@ key.pem
config.json config.json
package-lock.json package-lock.json
ecosystem.config.js ecosystem.config.js
prisma/*.sql

View File

@ -18,6 +18,7 @@ export default class GameModule extends Module {
carId: body.carId carId: body.carId
} }
}); });
console.log(body);
let storyLose: boolean = false; let storyLose: boolean = false;
switch (body.gameMode) { switch (body.gameMode) {
case wm.wm.protobuf.GameMode.MODE_STORY: case wm.wm.protobuf.GameMode.MODE_STORY: