From 6d6bcc9ea7114dc3e8ec3abf3823139df8701311 Mon Sep 17 00:00:00 2001 From: IQuant Date: Fri, 27 Sep 2024 19:54:39 +0300 Subject: [PATCH] Disable benchmark at start --- noita-proxy/Cargo.lock | 2 +- noita-proxy/Cargo.toml | 2 +- quant.ew/files/system/world_sync/world_sync.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/noita-proxy/Cargo.lock b/noita-proxy/Cargo.lock index e7097c8a..ad777675 100644 --- a/noita-proxy/Cargo.lock +++ b/noita-proxy/Cargo.lock @@ -2002,7 +2002,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" [[package]] name = "noita-proxy" -version = "0.25.1" +version = "0.25.2" dependencies = [ "argh", "bincode", diff --git a/noita-proxy/Cargo.toml b/noita-proxy/Cargo.toml index 1bacd56f..59887195 100644 --- a/noita-proxy/Cargo.toml +++ b/noita-proxy/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [package] name = "noita-proxy" description = "Noita Entangled Worlds companion app." -version = "0.25.1" +version = "0.25.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/quant.ew/files/system/world_sync/world_sync.lua b/quant.ew/files/system/world_sync/world_sync.lua index d136e7d8..d1273970 100644 --- a/quant.ew/files/system/world_sync/world_sync.lua +++ b/quant.ew/files/system/world_sync/world_sync.lua @@ -51,7 +51,7 @@ function world_sync.on_world_initialized() c = c - 1 print("Last material id: "..c) world.last_material_id = c - do_benchmark() + -- do_benchmark() end local function send_chunks(cx, cy, chunk_map)