Update launcher_types.ts

This commit is contained in:
q13x 2024-05-19 13:15:31 -08:00 committed by GitHub
parent 268d435f84
commit 58032d232e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,10 +14,10 @@ export type BridgeOptions = {
}; };
export type AdapterOptions = { export type AdapterOptions = {
name: "EaglerProxy"; name: string;
bindHost: string; bindHost: string;
bindPort: number; bindPort: number;
maxConcurrentClients: 20; maxConcurrentClients: number;
useNatives?: boolean; useNatives?: boolean;
skinServer: { skinServer: {
skinUrlWhitelist?: string[]; skinUrlWhitelist?: string[];