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:
@@ -84,7 +84,7 @@ export class RpcScriptRequestInboundForwardMessage implements MessageBase
|
||||
pos += 4;
|
||||
varLength = buf.readUInt16LE(pos);
|
||||
pos += 2;
|
||||
newObjDataBlock['StringValue'] = buf.slice(pos, pos + (varLength - 1));
|
||||
newObjDataBlock['StringValue'] = buf.slice(pos, pos + varLength);
|
||||
pos += varLength;
|
||||
this.DataBlock = newObjDataBlock;
|
||||
return pos - startPos;
|
||||
|
||||
Reference in New Issue
Block a user