Fixed wrong name.

master
Robert Zenz 2015-05-02 10:12:40 +02:00
parent 4034e6e650
commit 5c88487556
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -22,7 +22,7 @@ obviously):
minetest.register_on_generated(function(minp, maxp, seed)
local manipulator = MapManipulator:new()
rampmaker.run(manipulator, minp, maxp, nodes)
rampgen.run(manipulator, minp, maxp, nodes)
manipulator:set_data()
end)