Skip to content

Commit

Permalink
Automated commit: v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bgkillas committed Feb 2, 2025
1 parent 628832a commit fc29543
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
1 change: 0 additions & 1 deletion ewext/src/modules/entity_sync/diff_model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ impl LocalDiffModel {
data: serialize_entity(entity)?,
},
};
game_print(entity.filename()?);
with_entity_scripts(entity, |scripts| {
scripts.set_script_death(
"mods/quant.ew/files/system/entity_sync_helper/death_notify.lua".into(),
Expand Down
12 changes: 4 additions & 8 deletions last_release_notes.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
## Noita Entangled Worlds v1.0.6
## Noita Entangled Worlds v1.0.7

- fix ng+
- fix global entities, ie bosses/sun

- fix projectile transmutation field duping effect
- fix some notplayer issue from last

- dont duplicate some more things

- fix some notplayer bugs

- option to duplicate entities
- minor performance improvement maybe


## Accepted pull requests
Expand Down
2 changes: 1 addition & 1 deletion noita-proxy/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion noita-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolver = "2"
[package]
name = "noita-proxy"
description = "Noita Entangled Worlds companion app."
version = "1.0.6"
version = "1.0.7"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit fc29543

Please sign in to comment.