1
0
дзеркало https://github.com/minetest-mods/areas.git синхронізовано 2025-12-31 06:35:19 +01:00
Цей коміт міститься в:
Joseph Pickard
2016-01-10 15:41:41 -05:00
джерело 2dc928a7bf
коміт c2fafceb86

Переглянути файл

@@ -119,7 +119,7 @@ minetest.register_chatcommand("area_pos", {
})
function areas.useWorldedit(playerName)
if minetest or minetest.get_modpath("worldedit") then
if worldedit or minetest.get_modpath("worldedit") then
if nil == playerName then
return true;
elseif minetest.check_player_privs(playerName, {worldedit = true}) then