mirror of
https://github.com/Steffo99/lihzahrd.git
synced 2024-11-21 15:44:24 +00:00
Fix typo in SavedOreTiers
(I noticed it by accident lol)
This commit is contained in:
parent
ffac26d1f8
commit
518e1ec0cb
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
import lihzahrd
|
||||
|
||||
world = lihzahrd.World.create_from_file("test-1404j.wld")
|
||||
world = lihzahrd.World.create_from_file("The_Gateway_To_A_New_Future.wld")
|
||||
|
||||
breakpoint()
|
||||
|
|
|
@ -10,7 +10,7 @@ class SavedOreTiers:
|
|||
):
|
||||
self.copper: int = saved_ore_tier_copper
|
||||
self.iron: int = saved_ore_tier_iron
|
||||
self.silver: int = saved_ore_tier_copper
|
||||
self.silver: int = saved_ore_tier_silver
|
||||
self.gold: int = saved_ore_tier_gold
|
||||
|
||||
def __repr__(self):
|
||||
|
|
Loading…
Reference in a new issue