pos_marker_manage: fix crash

This commit is contained in:
Starbeamrainbowlabs 2024-09-13 02:54:38 +01:00
parent 8c4d503f1f
commit 0561e02845
No known key found for this signature in database
GPG Key ID: 1BE5172E637709C2

@ -117,7 +117,7 @@ wea_c.entities.pos_marker:addEventListener("update_entity", function(event)
ensure_player(event.player_name) ensure_player(event.player_name)
if position_entities[event.player_name][event.i] == nil then 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 "..wea_c.inspect(event).."\nPlease check WEA is up to date and then report this in https://github.com/sbrl/Minetest-WorldEditAdditions/issues/105.")
end end
wea_c.entities.pos_marker.delete( wea_c.entities.pos_marker.delete(