1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2024-11-13 18:50:59 +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

3
.gitignore vendored
View File

@ -8,5 +8,4 @@ cert.pfx
key.pem
config.json
package-lock.json
ecosystem.config.js
prisma/*.sql
ecosystem.config.js

View File

@ -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: