From 911642d2d1d8c98ece3754393d82d3f54016b97e Mon Sep 17 00:00:00 2001 From: Frank van der Heijden Date: Tue, 3 Aug 2021 20:10:12 +0200 Subject: [PATCH] Remove disable-plugins-command from common config.json --- Common/src/main/resources/config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/Common/src/main/resources/config.json b/Common/src/main/resources/config.json index 5196278..879f5ad 100644 --- a/Common/src/main/resources/config.json +++ b/Common/src/main/resources/config.json @@ -1,7 +1,6 @@ { "config-version": 1, "settings": { - "disable-plugins-command": false, "check-updates-boot": true, "check-updates-login": false, "download-updates-boot": false,