Selaa lähdekoodia

Warp reset will now reset.

Steve Thielemann 5 vuotta sitten
vanhempi
commit
ce2e6cd517
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      galaxy.py

+ 1 - 1
galaxy.py

@@ -51,7 +51,7 @@ class GameData(object):
         self.ports = {}
 
     def reset_warps(self):
-        self.waprs = {}
+        self.warps = {}
 
     def display(self):
         pprint(self.warps)