Protection off

master
daret 2020-11-03 17:36:47 +01:00
parent 7206216a54
commit 8627144dcd
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ mg_villages.VILLAGE_DETECT_RANGE = 400;
mg_villages.REQUIRE_PRIV_FOR_TELEPORT = false;
-- if set to true, players cannot modify spawned villages without buying the house from the village first
mg_villages.ENABLE_PROTECTION = true;
mg_villages.ENABLE_PROTECTION = false;
-- the first village - the one the player spawns in - will be of this type
mg_villages.FIRST_VILLAGE_TYPE = 'medieval';