regression: cannot set self.value

This commit is contained in:
2024-05-01 12:01:24 +02:00
parent 7c18b6f257
commit 7b4d6551ee
+1 -1
View File
@@ -72,7 +72,7 @@ export class GameObjectRegister {
}
} as { [id: string]: (data: any) => any }
set_self(uuid: string) {
set_self = (uuid: string) => {
this.self.value = this.players.get(uuid) ?? null
}
}