mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-26 09:03:01 +00:00
pos_marker quick patch
This commit is contained in:
parent
e24997dd80
commit
78c418cb24
1 changed files with 2 additions and 1 deletions
|
@ -117,7 +117,8 @@ wea_c.entities.pos_marker:addEventListener("update_entity", function(event)
|
|||
ensure_player(event.player_name)
|
||||
|
||||
if position_entities[event.player_name][event.i] == nil then
|
||||
minetest.log("warning", "[wea core:pos_manage:EL/update_entity] position_entities".."["..tostring(event.player_name).."]["..tostring(event.i).."] doesnt exist, event object "..wea.inspect(event).."\nPlease check WEA is up to date and then report this in https://github.com/sbrl/Minetest-WorldEditAdditions/issues/105.")
|
||||
minetest.log("warning", "[wea core:pos_manage:EL/update_entity] position_entities".."["..tostring(event.player_name).."]["..tostring(event.i).."] doesnt exist, event object [broken]"..--wea.inspect(event)..
|
||||
"\nPlease check WEA is up to date and then report this in https://github.com/sbrl/Minetest-WorldEditAdditions/issues/105.")
|
||||
end
|
||||
|
||||
wea_c.entities.pos_marker.delete(
|
||||
|
|
Loading…
Reference in a new issue