This website works better with JavaScript.
首頁
說明
登入
ben
/
calefaction
镜像来自
https://github.com/earwig/calefaction
關註
1
收藏
1
複製
0
程式碼
版本發佈
0
Activity
瀏覽代碼
Fix incorrect class invocation.
master
Ben Kurtovic
7 年之前
父節點
0c46e7f0c4
當前提交
12d0f3be9b
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 _Dummy
Killabl
e(self)
return _Dummy
Typ
e(self)
return _Type(self, tid, self._types[tid])
def killable(self, kid):
Write
Preview
Loading…
取消
儲存