Skip to content

Commit

Permalink
Use a - instead of a .
Browse files Browse the repository at this point in the history
  • Loading branch information
dsimich committed Jan 14, 2025
1 parent 08c3315 commit b2e00f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE/scripts/autoscend/auto_post_adv.ash
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ boolean auto_post_adventure()
(get_property("auto_forceNonCombatSource") != "McHugeLarge left ski") || get_property("auto_avalancheDeployed").to_boolean())
{
auto_log_info("Encountered forced noncombat: " + get_property("lastEncounter"), "blue");
handleTracker(get_property("auto_forceNonCombatSource"), my_location() + ": " + get_property("lastEncounter"), "auto_forcedNC");
handleTracker(get_property("auto_forceNonCombatSource"), to_string(my_location()) + " - " + get_property("lastEncounter"), "auto_forcedNC");
}
set_property("auto_forceNonCombatSource", "");
set_property("auto_forceNonCombatLocation", "");
Expand Down

0 comments on commit b2e00f3

Please sign in to comment.