mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 13:59:48 +00:00
fixed
This commit is contained in:
@@ -19,6 +19,6 @@ export class Client {
|
||||
public readonly username: string,
|
||||
public readonly ws: WebSocket,
|
||||
public readonly flag: string | null,
|
||||
public readonly pattern: string | null,
|
||||
public readonly pattern: string | undefined | null,
|
||||
) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user