Skip to content

Commit

Permalink
Added values to end time
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandmcneilly committed Sep 8, 2023
1 parent 629a5fd commit 25a416b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public CurrencyTask(int priority, int interval) {
@Override
public void start() {
super.start();
endTime = timeSource.getTime();
endTime = timeSource.getTime() + (30 * 1000);
owner.getEntity().getEvents().trigger(IDLE);
}

Expand Down

0 comments on commit 25a416b

Please sign in to comment.