Moving property reading inside startJitsi (startJitsi is called at 2 different places)
This commit is contained in:
parent
5cb9624b0b
commit
a5bdf68246
2 changed files with 14 additions and 9 deletions
|
@ -49,6 +49,10 @@ export class GameMap {
|
|||
this.lastProperties = newProps;
|
||||
}
|
||||
|
||||
public getCurrentProperties(): Map<string, string|boolean|number> {
|
||||
return this.lastProperties;
|
||||
}
|
||||
|
||||
private getProperties(key: number): Map<string, string|boolean|number> {
|
||||
const properties = new Map<string, string|boolean|number>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue