mirror of
https://github.com/minetest-mods/areas.git
synced 2025-07-15 06:10:24 +02:00
Corrige crash au démarrage
This commit is contained in:
@ -397,7 +397,7 @@ minetest.register_chatcommand("area_info", {
|
||||
elseif has_high_limit then
|
||||
table.insert(lines,
|
||||
S("You have extended area protection"..
|
||||
" limits (\"areas_high_limit\" privilege).")
|
||||
" limits (\"areas_high_limit\" privilege)."))
|
||||
elseif privs.megabuilder then
|
||||
table.insert(lines, "You are a megabuilder (\"megabuilder\" privilege).")
|
||||
end
|
||||
|
Reference in New Issue
Block a user