oops i managed to fuck up that logic

dumb-splashcat-thing
Rosalina 2023-07-03 00:05:30 -04:00
parent 6c7f206626
commit be1c8cdc00
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ export class SplashcatExporter implements GameExporter {
clothingGear: this.mapGear(player.clothingGear), clothingGear: this.mapGear(player.clothingGear),
headGear: this.mapGear(player.headGear), headGear: this.mapGear(player.headGear),
shoesGear: this.mapGear(player.shoesGear), shoesGear: this.mapGear(player.shoesGear),
disconnected: player.result === undefined, disconnected: player.result ? false : true,
isMe: player.isMyself, isMe: player.isMyself,
name: player.name, name: player.name,
nameId: player.nameId ?? "", nameId: player.nameId ?? "",