Skip to content

Commit

Permalink
Disable benchmark at start
Browse files Browse the repository at this point in the history
  • Loading branch information
IntQuant committed Sep 27, 2024
1 parent fe4cf3f commit 6d6bcc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "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
Expand Down
2 changes: 1 addition & 1 deletion quant.ew/files/system/world_sync/world_sync.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6d6bcc9

Please sign in to comment.