aboutsummaryrefslogtreecommitdiffstats
path: root/Scripts/world.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/world.lua')
-rw-r--r--Scripts/world.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/world.lua b/Scripts/world.lua
index 3b56d9a..bb6c61e 100644
--- a/Scripts/world.lua
+++ b/Scripts/world.lua
@@ -103,7 +103,7 @@ world = {
end
end
end
- self:setData(1000, 1345, 5, "grass"); -- Test error checking
+ --self:setData(1000, 1345, 5, "grass"); -- Test error checking
print("Done with world gen");
end
}