Include self in transfer targets and exclude item owner
This commit is contained in:
@@ -62,6 +62,7 @@ export type Player = {
|
||||
|
||||
export type PeerState = {
|
||||
id: string;
|
||||
userId?: string | null;
|
||||
nickname: string;
|
||||
x: number;
|
||||
y: number;
|
||||
|
||||
Reference in New Issue
Block a user