Explorar el Código

Fix incorrect class invocation.

master
Ben Kurtovic hace 6 años
padre
commit
12d0f3be9b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      calefaction/eve/universe.py

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

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


Cargando…
Cancelar
Guardar