Browse Source

Warp reset will now reset.

Steve Thielemann 5 năm trước cách đây
mục cha
commit
ce2e6cd517
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)