Skip to content

Commit

Permalink
Left in a debug print accidently. Whoops.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Apr 26, 2024
1 parent 95388b2 commit cb3fd9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dat/events/updater.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ local luatk = require "luatk"

-- Runs on saves older than 0.11.0
local function updater0120( _did0110, _did0100, _did090 )
print( player.chapter()=="0", not diff.isApplied( "Chapter 0" ) )
if player.chapter()=="0" and not diff.isApplied( "Chapter 0" ) then
diff.apply( "Chapter 0" )
end
Expand Down

0 comments on commit cb3fd9a

Please sign in to comment.