MEOW MEOW
parent
8180d35cc5
commit
ff95f1a4b0
|
|
@ -167,7 +167,7 @@ export class SplashcatExporter implements GameExporter {
|
||||||
isMe: player.isMyself,
|
isMe: player.isMyself,
|
||||||
name: player.name,
|
name: player.name,
|
||||||
nameId: player.nameId ?? "",
|
nameId: player.nameId ?? "",
|
||||||
nplnId: new TextDecoder().decode(base64.decode(player.id)).split(":").at(-1), // NOT CORRECT, FIX LATER
|
nplnId: new TextDecoder().decode(base64.decode(player.id)).split(":").at(-1),
|
||||||
paint: player.paint,
|
paint: player.paint,
|
||||||
species: player.species,
|
species: player.species,
|
||||||
weaponId: Number(new TextDecoder().decode(base64.decode(player.weapon.id)).split("-")[1]),
|
weaponId: Number(new TextDecoder().decode(base64.decode(player.weapon.id)).split("-")[1]),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue