VRC quit fix

This commit is contained in:
Natsumi
2022-06-13 02:25:17 +12:00
parent e68f570b86
commit 36ff14b0e8
5 changed files with 58 additions and 1 deletions

View File

@@ -59,6 +59,9 @@ class GameLogService {
gameLog.photonId = args[1];
break;
case 'vrc-quit':
break;
default:
break;
}