fix: fix typo

This commit is contained in:
1 2022-12-01 18:45:56 -05:00
parent d40d5a98ce
commit 3393a23d32

View file

@ -3,7 +3,7 @@ import { Room } from "../../base/Room";
import { User } from "../../base/User"; import { User } from "../../base/User";
/** /**
* @description The packet sent by the server signify the connection was accepted * @description The packet sent by the server to signify the connection was accepted
*/ */
export class S03ConnectionAcceptedPacket extends Packet { export class S03ConnectionAcceptedPacket extends Packet {
public constructor(user: User, connected: User[], room: Room) { public constructor(user: User, connected: User[], room: Room) {