mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 23:42:59 +00:00
Update for.lua
This commit is contained in:
parent
8225199520
commit
0ecd6233ad
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ worldedit.register_command("for", {
|
||||||
return false, "Error: "..command.." isn't a valid command."
|
return false, "Error: "..command.." isn't a valid command."
|
||||||
end
|
end
|
||||||
if not minetest.check_player_privs(name, cmd.privs) then
|
if not minetest.check_player_privs(name, cmd.privs) then
|
||||||
return false, "Your privileges are insufficient to run \""..command.."\"."
|
return false, "Your privileges are insufficient to run /\""..command.."\"."
|
||||||
end
|
end
|
||||||
|
|
||||||
step({
|
step({
|
||||||
|
|
Loading…
Reference in a new issue