Fix error mapping refresh in back & the end of this feature development
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user