mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-23 00:28:48 +00:00
Compare commits
2 Commits
850b32c389
...
d7e3ebf582
Author | SHA1 | Date | |
---|---|---|---|
d7e3ebf582 | |||
db5200bd96 |
@ -458,6 +458,13 @@ public sealed partial class VirtualParadiseClient
|
||||
var location = new Location(world, position, rotation);
|
||||
|
||||
VirtualParadiseAvatar avatar = GetAvatar(session)!;
|
||||
avatar.Location = location;
|
||||
|
||||
if (world != CurrentWorld)
|
||||
{
|
||||
_avatars.TryRemove(session, out _);
|
||||
}
|
||||
|
||||
var args = new TeleportedEventArgs(avatar, location);
|
||||
_teleported.OnNext(args);
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"sdk": {
|
||||
"version": "7.0.0",
|
||||
"version": "8.0.0",
|
||||
"rollForward": "latestMajor",
|
||||
"allowPrerelease": true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user