Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
EvaisaDev committed Jul 10, 2024
1 parent 788680b commit b96bc50
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions evaisa.mp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -383,18 +383,14 @@ if(not failed_to_load)then
return "unknown"
end

--[[

noita_version_hash = GetContentHash()
]]

noita_version = np.GetVersionString()

if(GameIsBetaBuild())then
noita_version = noita_version .. " (beta)"
end

noita_version_hash = "a9a13c32fc9fc4e6bb9bb3c3a5100908a0cbbc5f"

debug_info:print("Noita hash: " .. tostring(noita_version_hash))

Expand Down

0 comments on commit b96bc50

Please sign in to comment.