mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-18 22:53:16 +00:00
Disable benchmark at start
This commit is contained in:
parent
fe4cf3f4bc
commit
6d6bcc9ea7
3 changed files with 3 additions and 3 deletions
2
noita-proxy/Cargo.lock
generated
2
noita-proxy/Cargo.lock
generated
|
@ -2002,7 +2002,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "noita-proxy"
|
name = "noita-proxy"
|
||||||
version = "0.25.1"
|
version = "0.25.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"argh",
|
"argh",
|
||||||
"bincode",
|
"bincode",
|
||||||
|
|
|
@ -5,7 +5,7 @@ resolver = "2"
|
||||||
[package]
|
[package]
|
||||||
name = "noita-proxy"
|
name = "noita-proxy"
|
||||||
description = "Noita Entangled Worlds companion app."
|
description = "Noita Entangled Worlds companion app."
|
||||||
version = "0.25.1"
|
version = "0.25.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
|
@ -51,7 +51,7 @@ function world_sync.on_world_initialized()
|
||||||
c = c - 1
|
c = c - 1
|
||||||
print("Last material id: "..c)
|
print("Last material id: "..c)
|
||||||
world.last_material_id = c
|
world.last_material_id = c
|
||||||
do_benchmark()
|
-- do_benchmark()
|
||||||
end
|
end
|
||||||
|
|
||||||
local function send_chunks(cx, cy, chunk_map)
|
local function send_chunks(cx, cy, chunk_map)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue