Teleports, Asset upload / download, Restructure stuff, Fix varlength read bug, BVH parser, agent initial appearance and animation glitches, LLSD + Caps + Event queue
This commit is contained in:
@@ -75,7 +75,7 @@ export class SetStartLocationRequestMessage implements MessageBase
|
||||
LocationLookAt: Vector3.getZero()
|
||||
};
|
||||
varLength = buf.readUInt8(pos++);
|
||||
newObjStartLocationData['SimName'] = buf.slice(pos, pos + (varLength - 1));
|
||||
newObjStartLocationData['SimName'] = buf.slice(pos, pos + varLength);
|
||||
pos += varLength;
|
||||
newObjStartLocationData['LocationID'] = buf.readUInt32LE(pos);
|
||||
pos += 4;
|
||||
|
||||
Reference in New Issue
Block a user