From f63da802b27f0777b48bf675b34824cb39710357 Mon Sep 17 00:00:00 2001 From: Dev Date: Sat, 20 Apr 2024 15:23:24 +0100 Subject: [PATCH] Fix `addPlayer` not correctly assigning location value --- project/src/controllers/InraidController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/controllers/InraidController.ts b/project/src/controllers/InraidController.ts index 502786f0..ba2d94ad 100644 --- a/project/src/controllers/InraidController.ts +++ b/project/src/controllers/InraidController.ts @@ -110,7 +110,7 @@ export class InraidController return; } - profile.inraid.location; + profile.inraid.location = info.locationId; } /**