Parcourir la source

Warp reset will now reset.

Steve Thielemann il y a 5 ans
Parent
commit
ce2e6cd517
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)