From 7eea34cb3e9098402a45366b4ceee9dfae4ad796 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Thu, 15 Jan 2015 23:05:10 -0800 Subject: Display operation params with stats --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') 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 -- cgit v1.2.3