mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 23:42:59 +00:00
comment debug logging
This commit is contained in:
parent
878c8241e2
commit
dacbeaf81d
2 changed files with 1 additions and 1 deletions
|
@ -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)
|
## v1.14.3: The multipoint update, hotfix 3 (18th July 2023)
|
||||||
- Fix regions not remembering their state and being unresettable
|
- Fix regions not remembering their state and being unresettable
|
||||||
|
|
||||||
|
|
||||||
## v1.14.2: The multipoint update, hotfix 2 (15th July 2023)
|
## v1.14.2: The multipoint update, hotfix 2 (15th July 2023)
|
||||||
- Fix crash in `//subdivide`, again due to the new position system
|
- Fix crash in `//subdivide`, again due to the new position system
|
||||||
|
|
||||||
|
|
|
@ -64,7 +64,6 @@ local function garbage_collect(player_name)
|
||||||
end
|
end
|
||||||
|
|
||||||
local function update_entity(event)
|
local function update_entity(event)
|
||||||
print("DEBUG:pos_marker_wall_manage UPDATE_ENTITY event", weac.inspect(event))
|
|
||||||
garbage_collect(event.player_name)
|
garbage_collect(event.player_name)
|
||||||
|
|
||||||
ensure_player(event.player_name)
|
ensure_player(event.player_name)
|
||||||
|
|
Loading…
Reference in a new issue