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:
@@ -8,7 +8,10 @@ export class IPAddress
|
||||
{
|
||||
return new IPAddress('0.0.0.0');
|
||||
}
|
||||
|
||||
public toString = (): string =>
|
||||
{
|
||||
return this.ip.toString();
|
||||
};
|
||||
constructor(buf?: Buffer | string, pos?: number)
|
||||
{
|
||||
if (buf !== undefined && buf instanceof Buffer)
|
||||
|
||||
Reference in New Issue
Block a user