mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 23:33:50 +02:00
Add game up time to wrist feed
This commit is contained in:
@@ -11640,7 +11640,8 @@ speechSynthesis.getVoices();
|
||||
name: this.lastLocation.name,
|
||||
playerList: Array.from(this.lastLocation.playerList.values()),
|
||||
friendList: Array.from(this.lastLocation.friendList.values()),
|
||||
progressPie
|
||||
progressPie,
|
||||
onlineFor: API.currentUser.$online_for
|
||||
};
|
||||
var json = JSON.stringify(lastLocation);
|
||||
AppApi.ExecuteVrFeedFunction('lastLocationUpdate', json);
|
||||
|
||||
Reference in New Issue
Block a user