Forgot a 0

This commit is contained in:
Waverunner
2014-03-16 15:26:42 -04:00
parent 1801ac5cae
commit 8d81e26504
+1 -1
View File
@@ -30,7 +30,7 @@ def run(core, actor, target, commandString):
return
if target.getPosition().getDistance2D(actor.getWorldPosition()) > float(20):
actor.sendSystemMessage(target.getCustomName() + ' is too far away to inspire.')
actor.sendSystemMessage(target.getCustomName() + ' is too far away to inspire.', 0)
return
builderWindow = BuffBuilderStartMessage(actor.getObjectId(), actor.getObjectId(), target.getObjectId())