1
0
mirror of synced 2024-09-24 11:18:22 +02: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,
ramp: rampVal,
path: pathVal,
playedAt: ghost_trails!.playedAt,
playedAt: 0,
trail: trails
};
}