mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-07 13:48:27 +02:00
Use Set() for local co-op list
This commit is contained in:
@@ -33,9 +33,7 @@ type ScriptEvents = {
|
||||
};
|
||||
|
||||
'list.localCoOp.updated': {
|
||||
data: {
|
||||
data: any;
|
||||
};
|
||||
ids: Set<string>,
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user