mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 13:56:07 +02:00
Fix traveling world name, fix sorting grouped players in same instance
This commit is contained in:
@@ -1349,7 +1349,6 @@ export const useUserStore = defineStore('User', () => {
|
||||
};
|
||||
feedStore.addFeed(feed);
|
||||
database.addGPSToDatabase(feed);
|
||||
friendStore.updateFriendGPS(ref.id);
|
||||
// clear previousLocation after GPS
|
||||
ref.$previousLocation = '';
|
||||
ref.$travelingToTime = Date.now();
|
||||
@@ -1363,7 +1362,6 @@ export const useUserStore = defineStore('User', () => {
|
||||
// store previous location when user is traveling
|
||||
ref.$previousLocation = props.location[1];
|
||||
ref.$travelingToTime = Date.now();
|
||||
friendStore.updateFriendGPS(ref.id);
|
||||
}
|
||||
let imageMatches = false;
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user