summaryrefslogtreecommitdiff
path: root/src/scriptapi.cpp
diff options
context:
space:
mode:
authorWeblate <42@minetest.ru>2013-03-31 12:27:05 +0200
committerWeblate <42@minetest.ru>2013-03-31 12:27:05 +0200
commit319662c0ed047c6604d802336b54c325867fcab9 (patch)
tree5e30a3f9568ddafc41420f8d5bedc1c5dacce6e2 /src/scriptapi.cpp
parent5b597a6bfacda92006d153159929c8d777b4df89 (diff)
parenta2e5706661b2aa4796c01a251bc05ae3eb93f9d6 (diff)
downloadminetest-319662c0ed047c6604d802336b54c325867fcab9.tar.gz
minetest-319662c0ed047c6604d802336b54c325867fcab9.tar.bz2
minetest-319662c0ed047c6604d802336b54c325867fcab9.zip
Merge remote branch 'origin/master'
Diffstat (limited to 'src/scriptapi.cpp')
-rw-r--r--src/scriptapi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scriptapi.cpp b/src/scriptapi.cpp
index 80abffa2b..81fcc08d3 100644
--- a/src/scriptapi.cpp
+++ b/src/scriptapi.cpp
@@ -727,7 +727,7 @@ static int l_register_ore(lua_State *L)
if (ore->clust_scarcity <= 0 || ore->clust_num_ores <= 0) {
errorstream << "register_ore: clust_scarcity and clust_num_ores"
- "must be greater than 0";
+ " must be greater than 0" << std::endl;
delete ore;
return 0;
}