Remove duplicated copy code

This commit is contained in:
compiling
2021-04-30 00:20:59 +10:00
parent a886018b55
commit 5139a7fef1
2 changed files with 0 additions and 30 deletions

View File

@@ -65,8 +65,6 @@ class World(object):
self.custom = custom
self.customitemarray = customitemarray
self.can_take_damage = True
self.hints = hints
self.hints = hints.copy()
self.dynamic_regions = []
self.dynamic_locations = []