mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
Fix manage cache, OnPlayerLeft notification
This commit is contained in:
@@ -406,8 +406,9 @@ namespace VRCX
|
||||
// 2021.09.02 00:02:12 Log - [Behaviour] Destination set: wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd:15609~private(usr_032383a7-748c-4fb2-94e4-bcb928e5de6b)~nonce(72CC87D420C1D49AEFFBEE8824C84B2DF0E38678E840661E)
|
||||
// 2021.09.02 00:49:15 Log - [Behaviour] Destination fetching: wrld_4432ea9b-729c-46e3-8eaf-846aa0a37fdd
|
||||
// 2022.08.13 18:57:00 Log - [Behaviour] OnLeftRoom
|
||||
// 2024.11.22 15:32:28 Log - [Behaviour] Successfully left room
|
||||
|
||||
if (line.Contains("[Behaviour] OnLeftRoom"))
|
||||
if (line.Contains("[Behaviour] Successfully left room"))
|
||||
{
|
||||
AppendLog(new[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user