mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-14 04:13:52 +02:00
bugfix
This commit is contained in:
@@ -46,10 +46,7 @@ class GameLogService {
|
||||
|
||||
context.updatedAt = now;
|
||||
|
||||
if (loginUser !== null &&
|
||||
loginUser === context.loginUser) {
|
||||
gameLogs.push(gameLog);
|
||||
}
|
||||
gameLogs.push(gameLog);
|
||||
}
|
||||
|
||||
return gameLogs;
|
||||
|
||||
Reference in New Issue
Block a user