diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-01-28 03:41:20 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-01-28 03:41:20 +0800 |
commit | 2b71eace5e20e0340578871eda491f314a34e285 (patch) | |
tree | 0303479129261f999d260f5840b63ab6ee6dbe42 /features/globalSettings | |
parent | 6f7eb9b2b0e5d9a2068f8c2fc184f0cdd941fe83 (diff) | |
download | SoopyV2-2b71eace5e20e0340578871eda491f314a34e285.tar.gz SoopyV2-2b71eace5e20e0340578871eda491f314a34e285.tar.bz2 SoopyV2-2b71eace5e20e0340578871eda491f314a34e285.zip |
fix error handling for forge events causing error
Diffstat (limited to 'features/globalSettings')
-rw-r--r-- | features/globalSettings/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/globalSettings/index.js b/features/globalSettings/index.js index 684561f..a958628 100644 --- a/features/globalSettings/index.js +++ b/features/globalSettings/index.js @@ -78,7 +78,7 @@ class Hud extends Feature { soopyWeight(user){ - ChatLib.chat(this.FeatureManager.messagePrefix + " Finding senither weight for " + user) + ChatLib.chat(this.FeatureManager.messagePrefix + "Finding senither weight for " + user) let userData = JSON.parse(FileLib.getUrlContent("http://soopymc.my.to/api/v2/player/"+user)) |