1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2024-11-13 06:00:19 +01:00

Remove unused Code

This commit is contained in:
sfan5 2012-08-19 09:38:16 +02:00
parent e39493e789
commit 21192ceb57

View File

@ -233,9 +233,6 @@ minetest.register_chatcommand("/spiral", {
minetest.chat_send_player(name, "Invalid usage: " .. param)
return
end
if axis == "?" then
axis = worldedit.player_axis(name)
end
if not worldedit.node_is_valid(pos, nodename) then
minetest.chat_send_player(name, "Invalid node name: " .. param)
return