Ver código fonte

Fix incorrect class invocation.

master
Ben Kurtovic 6 anos atrás
pai
commit
12d0f3be9b
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      calefaction/eve/universe.py

+ 1
- 1
calefaction/eve/universe.py Ver arquivo

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


Carregando…
Cancelar
Salvar