Merge pull request 'Mintest Fix' (#3477) from api_typo_fix into master

Reviewed-on: MineClone2/MineClone2#3477
Reviewed-by: Nicu <kneekoo@noreply.git.minetest.land>
This commit is contained in:
FossFanatic 2023-02-22 14:19:24 +00:00
commit e7c6043f06
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ local function update_map_texture (self, staticdata)
self.object:set_properties({ textures = { texture } })
end)
if result ~= nil and result == false then
mintest.log("error", "[mcl_itemframes] Error setting up Map Item.")
minetest.log("error", "[mcl_itemframes] Error setting up Map Item.")
end
end