mirror of
https://github.com/mt-mods/biome_lib.git
synced 2024-11-13 22:20:21 +01:00
typo in debug output
This commit is contained in:
parent
932485a6fe
commit
396ca881df
2
init.lua
2
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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user