Fix addPlayer not correctly assigning location value

This commit is contained in:
Dev 2024-04-20 15:23:24 +01:00
parent 7fd9dadb13
commit f63da802b2

View File

@ -110,7 +110,7 @@ export class InraidController
return; return;
} }
profile.inraid.location; profile.inraid.location = info.locationId;
} }
/** /**