Fix addPlayer
not correctly assigning location value
This commit is contained in:
parent
7fd9dadb13
commit
f63da802b2
@ -110,7 +110,7 @@ export class InraidController
|
||||
return;
|
||||
}
|
||||
|
||||
profile.inraid.location;
|
||||
profile.inraid.location = info.locationId;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user