Skip to content

Commit

Permalink
Update RELEASE/scripts/autoscend/auto_util.ash
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Midgley <[email protected]>
  • Loading branch information
HippoKingKoL and midgleyc authored Jan 22, 2025
1 parent 4209a57 commit ba44d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE/scripts/autoscend/auto_util.ash
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ boolean cloverUsageFinish()
}
else
{
handleTracker(get_property("auto_luckySource"),my_location()+" - "+get_property("lastEncounter"),"auto_lucky");
handleTracker(get_property("auto_luckySource"), my_location().to_string(), get_property("lastEncounter"), "auto_lucky");
set_property("auto_luckySource", "none");
}
return true;
Expand Down

0 comments on commit ba44d04

Please sign in to comment.