mirror of
https://github.com/djhackersdev/minime.git
synced 2026-08-20 01:14:08 -05:00
wip team state stub
This commit is contained in:
@@ -75,7 +75,7 @@ export function loadProfile2(res: LoadProfileResponse2) {
|
||||
buf.writeUInt16LE(res.unlocks.gauges, 0x00b8);
|
||||
buf.writeUInt32LE(res.unlocks.lastMileageReward, 0x01e8);
|
||||
buf.writeUInt16LE(res.unlocks.music, 0x01ec);
|
||||
buf.writeUInt16LE(1, 0x037c); // Team leader
|
||||
buf.writeUInt16LE(0, 0x037c); // Team leader
|
||||
mission(res.missions.team).copy(buf, 0x038a);
|
||||
buf.writeUInt16LE(0xffff, 0x0388); // [1]
|
||||
buf.writeUInt32LE(res.profileId, 0x03b8);
|
||||
|
||||
@@ -13,7 +13,7 @@ export function _team(
|
||||
const bits = {
|
||||
team: {
|
||||
id: 2 as ExtId<Team>,
|
||||
name: "ASS GENTLEMEN",
|
||||
name: process.env.TEAM_NAME || "",
|
||||
},
|
||||
members: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user