diff options
| author | RblSb <msrblsb@gmail.com> | 2020-06-05 16:39:39 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-06-05 16:39:39 +0300 |
| commit | 8506b4edcb0a9bb1973bb38fcca4bcdc21e397c1 (patch) | |
| tree | cbdc7d1d04807df61f15c6ef53b06b3616676f49 /src/client/Main.hx | |
| parent | 2c22d551877e262740f524da6e2704bec19b46e7 (diff) | |
More api methods
Diffstat (limited to 'src/client/Main.hx')
| -rw-r--r-- | src/client/Main.hx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/Main.hx b/src/client/Main.hx index 02d04ac..781f5e8 100644 --- a/src/client/Main.hx +++ b/src/client/Main.hx @@ -80,6 +80,7 @@ class Main { Buttons.initHotkeys(this, player); openWebSocket(host, port); }); + JsApi.init(this, player); } function settingsPatcher(data:Any, version:Int):Any { |
