Преглед изворни кода

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):


Loading…
Откажи
Сачувај