We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2072e05 commit 55c75d7Copy full SHA for 55c75d7
README.md
@@ -370,7 +370,7 @@ import hudWebView from "client/hud-webview.js";
370
371
class EntityStreamer {
372
constructor() {
373
- create(hudWebView.webview);
+ create(hudWebView);
374
this.peds = new Map();
375
this.onStreamIn = this.onStreamIn.bind(this);
376
this.onStreamOut = this.onStreamOut.bind(this);
0 commit comments