mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Comment out drug effect component on clients
This commit is contained in:
parent
74746a2ad6
commit
a7d8f5244e
3 changed files with 4 additions and 3 deletions
2
noita-proxy/Cargo.lock
generated
2
noita-proxy/Cargo.lock
generated
|
@ -1805,7 +1805,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|||
|
||||
[[package]]
|
||||
name = "noita-proxy"
|
||||
version = "0.9.2"
|
||||
version = "0.10.0"
|
||||
dependencies = [
|
||||
"bincode",
|
||||
"bitcode",
|
||||
|
|
|
@ -3,7 +3,7 @@ members = ["tangled"]
|
|||
|
||||
[package]
|
||||
name = "noita-proxy"
|
||||
version = "0.9.2"
|
||||
version = "0.10.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
|
@ -321,9 +321,10 @@
|
|||
blood_healing_speed="0.0024"
|
||||
></IngestionComponent>
|
||||
|
||||
<!--
|
||||
<DrugEffectComponent>
|
||||
</DrugEffectComponent>
|
||||
|
||||
-->
|
||||
<PlayerCollisionComponent
|
||||
getting_crushed_threshold="6"
|
||||
moving_up_before_getting_crushed_threshold="6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue