From a318f848178cade371abfa01a36bf15bab6ec58f Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 16 Dec 2021 22:21:39 +0100 Subject: special handling of world:// and assembly names these now have their own top-level config attribute which is essentially a shorthand for setting one that's deeper nested. --- config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config.json') diff --git a/config.json b/config.json index 0a2f914..35196df 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,6 @@ { "AssemblyTag":"assemblyname", + "Assemblies":["test", "metalab"], "ScriptInject":null, "AllowScripts":false, "MaxLintLevel":"Warning", @@ -14,8 +15,6 @@ "world" : { "scope" : ["map"], "substs" : { - "lounge" : "/@/lalala", - "lobby" : "/@/lounge" } }, "bbb" : { -- cgit v1.2.3