Bridge Commander Central
BC Forums => BC Technical Support => Topic started by: gtillmon on March 11, 2012, 08:48:33 PM
-
Hello.
Can someone please help me fix this error?
Setting splash damage for Attacker 1 to (2812.500000, 56.250000)
Traceback (innermost last):
File ".\Scripts\ftb\LaunchShipHandlers.py", line 174, in ObjectKilledHandler
ftb.ShipManager.RemoveShip(pShip)
File ".\Scripts\ftb\ShipManager.py", line 49, in RemoveShip
shipRegistry.Remove(str(pShip.GetObjID()) + pShip.GetName())
File ".\Scripts\Registry.py", line 27, in Remove
if _keyList.hasKey(what):
NameError: _keyList
-
Try using this registry.py (fix by Mleo)
http://www.mediafire.com/file/tvnellp8uja850f/Registry.py
-
Thanks man.
That worked for them.