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:
parent
d12282ac9b
commit
9fedca9828
3
.gitignore
vendored
3
.gitignore
vendored
@ -8,5 +8,4 @@ cert.pfx
|
||||
key.pem
|
||||
config.json
|
||||
package-lock.json
|
||||
ecosystem.config.js
|
||||
prisma/*.sql
|
||||
ecosystem.config.js
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user