From 41c2b8866c0d658da83d4b1e0ff50c97f1a1a98f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 21 Nov 2023 15:19:36 +0100 Subject: Changed Tabs to Spaces (wtf) (#1046) --- enforced_values/disableweight.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'enforced_values') diff --git a/enforced_values/disableweight.json b/enforced_values/disableweight.json index 9c66fb46..9a054d16 100644 --- a/enforced_values/disableweight.json +++ b/enforced_values/disableweight.json @@ -1,15 +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 - ] + "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