aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2023-11-21 15:13:57 +0100
committerGitHub <noreply@github.com>2023-11-21 14:13:57 +0000
commitade2090c3a4c604a6379519fdc98072af38c0480 (patch)
tree0c950dce1d7d758d5680a12c75a217bec1e5b760
parentd7627b696f2ccb13f6d5075fd1b99be8996bdf3e (diff)
downloadNotEnoughUpdates-REPO-ade2090c3a4c604a6379519fdc98072af38c0480.tar.gz
NotEnoughUpdates-REPO-ade2090c3a4c604a6379519fdc98072af38c0480.tar.bz2
NotEnoughUpdates-REPO-ade2090c3a4c604a6379519fdc98072af38c0480.zip
Force disable weight in pv (#1045)
-rw-r--r--enforced_values/disableweight.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/enforced_values/disableweight.json b/enforced_values/disableweight.json
new file mode 100644
index 00000000..9c66fb46
--- /dev/null
+++ b/enforced_values/disableweight.json
@@ -0,0 +1,15 @@
+{
+ "chatPSA": [
+ "§c[NEU] In response to the recent API format changes NEU has disabled some features in the NEU profile viewer (/pv). We are working our hardest to fix those bugs, but not everything can be fixed or disabled remotely, so until the next beta is released crashes might still be afoot in the profile viewer."
+ ],
+ "enforcedValues": [
+ {
+ "path": "profileViewer.displayWeight",
+ "value": false
+ }
+ ],
+ "affectedVersions": [
+ 20000,
+ 20101
+ ]
+} \ No newline at end of file