mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
Forgot a 0
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user