From 0d382ea19f8f964c35761f6a3ff80bc9bfc25375 Mon Sep 17 00:00:00 2001 From: troido Date: Tue, 19 May 2020 10:40:22 +0200 Subject: add room build permissions to rooms --- content/maps/_home.json | 1 + 1 file changed, 1 insertion(+) (limited to 'content/maps/_home.json') diff --git a/content/maps/_home.json b/content/maps/_home.json index 13bbeb2..10a43b0 100644 --- a/content/maps/_home.json +++ b/content/maps/_home.json @@ -2,6 +2,7 @@ "width": 64, "height": 64, "spawn": [0,0], + "permissions": {"build": true}, "places": {}, "field":[ "%,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,", -- cgit