fix errors
This commit is contained in:
parent
836df77375
commit
29d76e8a75
1 changed files with 8 additions and 8 deletions
|
|
@ -552,7 +552,7 @@ export class CharacterController {
|
|||
}
|
||||
|
||||
private getZoneName(zoneId: number): string {
|
||||
this.areaById[zoneId]?.zoneName
|
||||
this.areaById[zoneId]?.zoneName;
|
||||
return this.areaById[zoneId]?.zoneName || `Zone ${zoneId}`;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue