aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hud.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/hud.lua b/hud.lua
index 2f84b4f..c616c36 100644
--- a/hud.lua
+++ b/hud.lua
@@ -40,8 +40,8 @@ local function get_info(player)
txt = txt .. ("; #players = %i"):format(#minetest.get_connected_players())
txt = txt
.. ("\npenalties enabled = %s; mesecons enabled = %s"):format(
- mesecons_debug.enabled,
- mesecons_debug.mesecons_enabled
+ tostring(mesecons_debug.enabled),
+ tostring(mesecons_debug.mesecons_enabled)
)
if ctx.penalty <= 1 then