mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
add user type
This commit is contained in:
@@ -20,6 +20,7 @@ function parseRawGameLog(dt, type, args) {
|
||||
|
||||
case 'player-joined':
|
||||
gameLog.userDisplayName = args[0];
|
||||
gameLog.userType = args[1];
|
||||
break;
|
||||
|
||||
case 'player-left':
|
||||
|
||||
Reference in New Issue
Block a user