don't remove player on disconnect
This commit is contained in:
1
types/index.d.ts
vendored
1
types/index.d.ts
vendored
@@ -15,4 +15,5 @@ export interface User {
|
||||
id?: number | string; // string for guest IDs
|
||||
name?: string;
|
||||
email?: string;
|
||||
connected?: boolean; // mainly for players, not spectators
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user