From ade2090c3a4c604a6379519fdc98072af38c0480 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:13:57 +0100 Subject: Force disable weight in pv (#1045) --- enforced_values/disableweight.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 enforced_values/disableweight.json 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 -- cgit