diff --git a/src/structures/Client.ts b/src/structures/Client.ts index 1933ce5..7de1d2b 100644 --- a/src/structures/Client.ts +++ b/src/structures/Client.ts @@ -21,7 +21,6 @@ class Client extends EventEmitter { ip: "127.0.0.1", port: 17091, enable: true, - url: "127.0.0.1", type2: false }, enet: { diff --git a/types/client.d.ts b/types/client.d.ts index 86a0088..bb9c36e 100644 --- a/types/client.d.ts +++ b/types/client.d.ts @@ -20,7 +20,6 @@ export interface ClientOptions { ip?: string; port?: number; enable?: boolean; - url?: string; type2?: boolean; }; enet?: {