ソースを参照

Fix incorrect class invocation.

master
Ben Kurtovic 6年前
コミット
12d0f3be9b
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      calefaction/eve/universe.py

+ 1
- 1
calefaction/eve/universe.py ファイルの表示

@@ -409,7 +409,7 @@ class Universe:
"""
self._load()
if tid not in self._types:
return _DummyKillable(self)
return _DummyType(self)
return _Type(self, tid, self._types[tid])

def killable(self, kid):


読み込み中…
キャンセル
保存