Skip to content

Commit

Permalink
pos_marker quick patch
Browse files Browse the repository at this point in the history
  • Loading branch information
VorTechnix committed Sep 12, 2024
1 parent e24997d commit 78c418c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worldeditadditions_core/core/pos_marker_manage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 78c418c

Please sign in to comment.