Skip to content

Commit 55c75d7

Browse files
Update README.md
1 parent 2072e05 commit 55c75d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ import hudWebView from "client/hud-webview.js";
370370

371371
class EntityStreamer {
372372
constructor() {
373-
create(hudWebView.webview);
373+
create(hudWebView);
374374
this.peds = new Map();
375375
this.onStreamIn = this.onStreamIn.bind(this);
376376
this.onStreamOut = this.onStreamOut.bind(this);

0 commit comments

Comments
 (0)