lint fixes
This commit is contained in:
parent
f550c5a775
commit
032facb75f
6 changed files with 6 additions and 7 deletions
|
@ -312,10 +312,10 @@ export class IoSocketController {
|
|||
console.warn(message);
|
||||
}
|
||||
|
||||
private async handleJoinRoom(client: ExSocketInterface, roomId: string, position: PointInterface, viewport: ViewportInterface, name: string, characterLayers: string[]): Promise<void> {
|
||||
private handleJoinRoom(client: ExSocketInterface, roomId: string, position: PointInterface, viewport: ViewportInterface, name: string, characterLayers: string[]): void {
|
||||
try {
|
||||
//join new previous room
|
||||
const gameRoom = await this.joinRoom(client, roomId, position);
|
||||
const gameRoom = this.joinRoom(client, roomId, position);
|
||||
|
||||
const things = gameRoom.setViewport(client, viewport);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue