Fix error mapping refresh in back & the end of this feature development
This commit is contained in:
parent
8b9c36e3be
commit
f4af824cf9
21 changed files with 17 additions and 1840 deletions
|
@ -305,7 +305,7 @@ export class IoSocketController {
|
|||
if (!rooms.refreshUserPosition) {
|
||||
rooms.refreshUserPosition = RefreshUserPositionFunction;
|
||||
}
|
||||
rooms.refreshUserPosition(rooms, this.Io);
|
||||
rooms.refreshUserPosition(rooms, this.Io, this.Worlds);
|
||||
}
|
||||
|
||||
//Hydrate and manage error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue