aboutsummaryrefslogtreecommitdiff
path: root/features/globalSettings
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-01-28 03:41:20 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-01-28 03:41:20 +0800
commit2b71eace5e20e0340578871eda491f314a34e285 (patch)
tree0303479129261f999d260f5840b63ab6ee6dbe42 /features/globalSettings
parent6f7eb9b2b0e5d9a2068f8c2fc184f0cdd941fe83 (diff)
downloadSoopyV2-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.js2
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))