diff --git a/src/room.ts b/src/room.ts index afc36c0754a0d541a654a20f538c40e70a4133de..95f98c19bc89e282a899cb61adcd6a0610783e08 100644 --- a/src/room.ts +++ b/src/room.ts @@ -172,7 +172,7 @@ export class Room extends PuppetAccessory implements Sayable { */ public static load(this: T, id: string): T['prototype'] { if (!id) { - throw new Error('Room.load() no id') + throw new Error('no id') } const existingRoom = this.pool.get(id)