Implement Parcel Dwell
This commit is contained in:
@@ -180,10 +180,12 @@ export class GridCommands extends CommandsBase
|
||||
{
|
||||
responseMsg2.Data.forEach((data) =>
|
||||
{
|
||||
response.avatars.push(new Vector2([
|
||||
data.X,
|
||||
data.Y
|
||||
]));
|
||||
for (let index = 0; index <= data.Extra; index++) {
|
||||
response.avatars.push(new Vector2([
|
||||
data.X,
|
||||
data.Y
|
||||
]));
|
||||
}
|
||||
});
|
||||
resolve(response);
|
||||
}).catch((err) =>
|
||||
|
||||
@@ -29,6 +29,7 @@ export class Parcel
|
||||
ClaimDate: number;
|
||||
ClaimPrice: number;
|
||||
Desc: string;
|
||||
Dwell: number;
|
||||
GroupAVSounds: boolean;
|
||||
GroupID: UUID;
|
||||
GroupPrims: number;
|
||||
|
||||
Reference in New Issue
Block a user