Add game up time to wrist feed

This commit is contained in:
Natsumi
2022-02-11 12:25:55 +13:00
parent d10f2c3882
commit 1cb2c96a06
4 changed files with 17 additions and 7 deletions

View File

@@ -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);