Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Oct 28, 2020
1 parent dec459e commit 40ecd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatcommands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40ecd2d

Please sign in to comment.