Drop unicode

This commit is contained in:
Ebag333
2016-11-07 12:18:36 -08:00
parent ab32a3afb0
commit 7fe7056c12

View File

@@ -12,7 +12,7 @@ def handler(fit, src, context):
src.reloadTime = 10000
if "projected" in context:
if src.item.group.name == u'Missile Launcher Bomb':
if src.item.group.name == 'Missile Launcher Bomb':
# Bomb Launcher Cooldown Timer
moduleReactivationDelay = src.getModifiedItemAttr("moduleReactivationDelay")