From 58032d232e09d339f97a3d0efd20a74a886a1e84 Mon Sep 17 00:00:00 2001 From: q13x <84165981+WorldEditAxe@users.noreply.github.com> Date: Sun, 19 May 2024 13:15:31 -0800 Subject: [PATCH] Update launcher_types.ts --- src/launcher_types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/launcher_types.ts b/src/launcher_types.ts index 716e09a..2093314 100644 --- a/src/launcher_types.ts +++ b/src/launcher_types.ts @@ -14,10 +14,10 @@ export type BridgeOptions = { }; export type AdapterOptions = { - name: "EaglerProxy"; + name: string; bindHost: string; bindPort: number; - maxConcurrentClients: 20; + maxConcurrentClients: number; useNatives?: boolean; skinServer: { skinUrlWhitelist?: string[];