summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index ac8172e..d0a488f 100644
--- a/init.lua
+++ b/init.lua
@@ -467,6 +467,7 @@ local function sedcmd(name, param)
local paramlist = string.split(param, " ")
if paramlist[1] == "stats" then
local output = "Sedimentology mod statistics:" ..
+ "\nradius: " .. radius .. ", blocks: " .. count ..
"\nconsidered: " .. stat_considered ..
"\ndisplaced: " .. stat_displaced ..
"\ndegraded: " .. stat_degraded
@@ -478,7 +479,6 @@ local function sedcmd(name, param)
else
return true, "Blocks: " .. count
end
-
end
return true, "Command completed succesfully"
end