mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 14:16:06 +02:00
Added returnmirror mod (without mana for the moment)
- Added return mirror mod, mana will follow - Added a drop of mirrors in mese_monsters' definitions - Fixed a line return in areas
This commit is contained in:
@ -140,8 +140,7 @@ function areas:canPlayerAddArea(pos1, pos2, name)
|
||||
end
|
||||
end
|
||||
if count >= self.self_protection_max_areas
|
||||
and minetest.get_player_privs(name)["megabuilder"] ==
|
||||
false then
|
||||
and minetest.get_player_privs(name)["megabuilder"] == false then
|
||||
return false, "You have reached the maximum amount of"
|
||||
.." areas that you are allowed to protect."
|
||||
end
|
||||
|
Reference in New Issue
Block a user