mirror of
https://github.com/minetest-mods/areas.git
synced 2025-07-21 00:50:27 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@ -207,7 +207,7 @@ minetest.register_chatcommand("recursive_remove_areas", {
|
||||
|
||||
areas:remove(id, true)
|
||||
areas:save()
|
||||
return true, S("Removed area @1 and it's sub areas.", id)
|
||||
return true, S("Removed area @1 and its sub areas.", id)
|
||||
end
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user