remove duplicate shop setting in gui and make entrance/location cache renew slightly faster

This commit is contained in:
Fabian Dill
2020-08-27 04:05:11 +02:00
parent 9c69aff4c1
commit 112868b751
4 changed files with 5 additions and 19 deletions

View File

@@ -431,7 +431,7 @@ def copy_dynamic_regions_and_locations(world, ret):
new_loc.item_rule = location.item_rule
new_reg.locations.append(new_loc)
ret.clear_location_cache()
ret.clear_location_cache()
def create_playthrough(world):