diff --git a/client/index.d.ts b/client/index.d.ts index 2bbfce81..03d3c839 100644 --- a/client/index.d.ts +++ b/client/index.d.ts @@ -4610,7 +4610,7 @@ declare module "alt-client" { /** * Get room by it's index: from 0 to {@link roomCount}, for example if `roomCount = 2`, room indexes will be 0 and 1. - * Throws if room hash is invalid. + * Throws if room index is invalid. */ public getRoomByIndex(index: number): InteriorRoom;