Make sure best match is used to determine town location
This commit is contained in:
@@ -41,7 +41,7 @@ class TownManager:
|
||||
"A5_TOWN_0", "A5_TOWN_1",
|
||||
"A4_TOWN_4", "A4_TOWN_5",
|
||||
"A3_TOWN_0", "A3_TOWN_1"
|
||||
], time_out=time_out)
|
||||
], best_match=True, time_out=time_out)
|
||||
if template_match.valid:
|
||||
return TownManager.get_act_from_location(template_match.name)
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user