Translate comments to English

This commit is contained in:
2026-03-04 23:20:04 +01:00
parent 81025922eb
commit 3b154da6e5
5 changed files with 57 additions and 57 deletions

View File

@@ -47,7 +47,7 @@ end
function M.is_available()
if type(worldedit) ~= "table" then return false end
-- Erweiterte Prüfung verschiedene WE-Versionen haben unterschiedliche Funktionsnamen
-- Extended check different WE versions use different function names
return type(worldedit.set) == "function"
or type(worldedit.set_node) == "function"
or type(worldedit.manip_helpers) == "table"