mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Fix fatal typo
This typo caused the game to crash, instead of spitting out an error message as it was supposed to.
This commit is contained in:
parent
eff0a546e5
commit
65b1fd163b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue