aboutsummaryrefslogtreecommitdiff
path: root/chatcommands.lua
diff options
context:
space:
mode:
authorBuckarooBanzay <BuckarooBanzay@users.noreply.github.com>2020-10-28 15:50:04 +0100
committerBuckarooBanzay <BuckarooBanzay@users.noreply.github.com>2020-10-28 15:50:04 +0100
commit40ecd2db7223d178de6d21807499ff17ad3cf2ce (patch)
tree2ca7477b0abb49fd72a645fdc6b4cc168500d3a3 /chatcommands.lua
parentdec459e5fd6e3c356c7906f2456ed9fb95bd4bb4 (diff)
downloadmesecons_debug-40ecd2db7223d178de6d21807499ff17ad3cf2ce.tar.gz
mesecons_debug-40ecd2db7223d178de6d21807499ff17ad3cf2ce.zip
fix typo
Diffstat (limited to 'chatcommands.lua')
-rw-r--r--chatcommands.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/chatcommands.lua b/chatcommands.lua
index 034dd5e..229de91 100644
--- a/chatcommands.lua
+++ b/chatcommands.lua
@@ -31,7 +31,7 @@ minetest.register_chatcommand("mesecons_global_stats", {
local pos = minetest.get_position_from_hash(top_hash)
txt = "Most prominent mesecons usage at mapblock " .. minetest.pos_to_string(pos) ..
- " with " .. top_ctx .. " seconds penalty and " .. top_ctx.avg_micros .. " us average use"
+ " with " .. top_ctx.penalty .. " seconds penalty and " .. top_ctx.avg_micros .. " us average use"
else
txt = "no context available"
end