Skip to content

Commit

Permalink
version stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaisaDev committed Jul 12, 2024
1 parent 88d68b0 commit a436232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions evaisa.mp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dofile("mods/evaisa.mp/version.lua")

noita_online_download = "https://github.com/EvaisaDev/noita-online/releases"
exceptions_in_logger = true
dev_mode = true
dev_mode = false
debugging = false
disable_print = true
trailer_mode = false
Expand Down Expand Up @@ -78,9 +78,6 @@ function GetContentHash()
-- read data/data.wak
local file = "data\\data.wak"

-- use certutil -hashfile SHA1
-- hash file

local handle = io.popen("mods\\evaisa.mp\\bin\\hasher.exe \"" .. file .. "\"")

if not handle then
Expand Down
2 changes: 1 addition & 1 deletion evaisa.mp/version.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_FLAVOR_TEXT = "$mp_release" -- mp_release
MP_VERSION = 376
MP_VERSION = 377
MP_PRESET_VERSION = 2

0 comments on commit a436232

Please sign in to comment.