diff --git a/CHANGELOG.md b/CHANGELOG.md index c60f871..ff8731f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Note to self: See the bottom of this file for the release template text. ## v1.14.3: The multipoint update, hotfix 3 (18th July 2023) - Fix regions not remembering their state and being unresettable + ## v1.14.2: The multipoint update, hotfix 2 (15th July 2023) - Fix crash in `//subdivide`, again due to the new position system diff --git a/worldeditadditions_core/core/pos_marker_wall_manage.lua b/worldeditadditions_core/core/pos_marker_wall_manage.lua index 26041b1..0c32d47 100644 --- a/worldeditadditions_core/core/pos_marker_wall_manage.lua +++ b/worldeditadditions_core/core/pos_marker_wall_manage.lua @@ -64,7 +64,6 @@ local function garbage_collect(player_name) end local function update_entity(event) - print("DEBUG:pos_marker_wall_manage UPDATE_ENTITY event", weac.inspect(event)) garbage_collect(event.player_name) ensure_player(event.player_name)