upped protector radius max to 30
This commit is contained in:
@@ -111,6 +111,8 @@ minetest.register_abm({
|
||||
-- get protection radius
|
||||
local r = tonumber(minetest.settings:get("protector_radius")) or 5
|
||||
|
||||
if r > 30 then r = 30 end
|
||||
|
||||
-- show protection areas of nearby protectors owned by you (thanks agaran)
|
||||
minetest.register_chatcommand("protector_show_area", {
|
||||
params = "",
|
||||
|
||||
Reference in New Issue
Block a user