Explorar el Código

Warp reset will now reset.

Steve Thielemann hace 5 años
padre
commit
ce2e6cd517
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)