From 396ca881dfea09fae6671dcd17486b356485cd8a Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Thu, 20 Jan 2022 06:34:51 +0100 Subject: [PATCH] typo in debug output --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 507fc9c..a92c632 100644 --- a/init.lua +++ b/init.lua @@ -82,7 +82,7 @@ minetest.after(0.01, function() ..#biome_lib.surfaceslist_aircheck + #biome_lib.surfaceslist_no_aircheck, 0) else biome_lib.dbg("There are no \"handle manually\" items/actions registered,", 0) - biome_lib.dbg("so the mapblock queue will not be not used this session.", 0) + biome_lib.dbg("so the mapblock queue will not be used this session.", 0) end biome_lib.dbg("Items sent to the engine's decorations handler: "..#biome_lib.registered_decorations, 0)