isGameNoVR, remove steam login, remove copy instance, Fix PortalSpawn

This commit is contained in:
Natsumi
2022-07-29 20:48:22 +12:00
parent b0109e60d3
commit 2128a6adfa
8 changed files with 69 additions and 123 deletions

View File

@@ -30,7 +30,6 @@ class GameLogService {
break;
case 'portal-spawn':
gameLog.userDisplayName = args[0];
break;
case 'event':
@@ -62,6 +61,9 @@ class GameLogService {
case 'vrc-quit':
break;
case 'openvr-init':
break;
default:
break;
}