mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-04-17 02:27:03 -05:00
fix(spr): Improve log comment for user not being a 3DS
This commit is contained in:
parent
f1a529e067
commit
bba6982748
|
|
@ -88,7 +88,7 @@ spr.post('/relay/0', multipartParser, async (request, response) => {
|
|||
|
||||
// * Check that the account is a 3DS and isn't banned
|
||||
if (!request.nexAccount.friendCode || request.nexAccount.accessLevel < 0) {
|
||||
LOG_INFO(`{request.pid}: User is banned`);
|
||||
LOG_INFO(`{request.pid}: User is not a 3DS or is banned`);
|
||||
response.sendStatus(403);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user