Browse Source

Warp reset will now reset.

Steve Thielemann 5 years ago
parent
commit
ce2e6cd517
1 changed files with 1 additions and 1 deletions
  1. 1 1
      galaxy.py

+ 1 - 1
galaxy.py

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