1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2025-02-01 23:37:54 +01:00

fix crown ghost saving bug

This commit is contained in:
ghkkk090 2022-07-31 12:15:42 +07:00
parent daf3d28658
commit 6e3bddd018

View File

@ -2604,7 +2604,7 @@ export default class GameModule extends Module {
area: pArea, area: pArea,
ramp: rampVal, ramp: rampVal,
path: pathVal, path: pathVal,
playedAt: ghost_trails!.playedAt, playedAt: 0,
trail: trails trail: trails
}; };
} }