diff --git a/otp/avatar/Avatar.py b/otp/avatar/Avatar.py index f604f309..75e7a584 100755 --- a/otp/avatar/Avatar.py +++ b/otp/avatar/Avatar.py @@ -565,6 +565,4 @@ def target(): """ Returns the current Spellbook target. """ - target = spellbook.getTarget() - - return 'Target: %s-%d [%d]' % (target.getName(), int(target.doId), int(target.getAdminAccess())) \ No newline at end of file + return 'Your current target is: %s [avId: %s, access: %s]' % (spellbook.getTarget().getName(), spellbook.getTarget().doId, spellbook.getTarget().getAdminAccess()) \ No newline at end of file