Procházet zdrojové kódy

Warp reset will now reset.

Steve Thielemann před 5 roky
rodič
revize
ce2e6cd517
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)