From c6ad0a3d298d5eca968ae1835c566372b2b18c15 Mon Sep 17 00:00:00 2001 From: sumneko Date: Tue, 28 May 2019 11:32:43 +0800 Subject: =?UTF-8?q?=E4=B8=8D=E8=A6=81=E8=BF=99=E4=B8=AA=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E4=BA=86=EF=BC=8C=E5=9B=A0=E4=B8=BA=E6=9C=AC=E5=9C=B0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=98=AF=E4=BE=9D=E8=B5=96=E5=AE=A2=E6=88=B7=E7=AB=AF?= =?UTF-8?q?=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/config.lua | 3 --- server/test/build_package.lua | 6 ------ 2 files changed, 9 deletions(-) (limited to 'server') diff --git a/server/src/config.lua b/server/src/config.lua index c948a2b6..2983cbd1 100644 --- a/server/src/config.lua +++ b/server/src/config.lua @@ -121,9 +121,6 @@ local ConfigTemplate = { Or(Boolean, Array(String)) )} }, - zombi = { - party = {false, Boolean}, - } } local OtherTemplate = { diff --git a/server/test/build_package.lua b/server/test/build_package.lua index fa250bfc..8d7117fe 100644 --- a/server/test/build_package.lua +++ b/server/test/build_package.lua @@ -111,12 +111,6 @@ local package = { default = 100, description = "%config.workspace.preloadFileSize%" }, - ["Lua.zombi.party"] = { - scope = "resource", - type = "boolean", - default = false, - description = "DONT TOUCH ME >_<" - } --["Lua.workspace.library"] = { -- scope = 'resource', -- type = 'object', -- cgit v1.2.3