Skip to content

Commit

Permalink
fix invalid field ref in activity
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Aug 29, 2024
1 parent 7964d55 commit 42d6284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timestream.lua
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ local function adjust_activities(timeskip)
elseif df.activity_event_writest:is_instance(ev) then
decrement_counter(ev, 'timer', timeskip)
elseif df.activity_event_copy_written_contentst:is_instance(ev) then
decrement_counter(ev, 'time_left', timeskip)
decrement_counter(ev, 'timer', timeskip)
elseif df.activity_event_make_believest:is_instance(ev) then
decrement_counter(ev, 'time_left', timeskip)
elseif df.activity_event_play_with_toyst:is_instance(ev) then
Expand Down

0 comments on commit 42d6284

Please sign in to comment.