Skip to content

Commit

Permalink
Removed debug code which forced updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Balthazar committed Dec 15, 2024
1 parent 3c21767 commit ec1b7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/threads/updateLauncher.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if not (update_id and zipball_url) then
return
end

if love.filesystem.read('string', 'version')==update_id and false then
if love.filesystem.read('string', 'version')==update_id then
feedback:push('LÖVE-LOUD client is up to date: '..tag_name:sub(2, -2))
return
end
Expand Down

0 comments on commit ec1b7aa

Please sign in to comment.