Update resources and also, Why doesn't ~~target work?!?!

This commit is contained in:
Alexander 2015-08-21 22:20:08 -04:00
parent 5724706b6f
commit e53c2fac3d
2 changed files with 3 additions and 2 deletions

View file

@ -565,4 +565,5 @@ def target():
"""
Returns the current Spellbook target.
"""
return 'Your current target is: %s [avId: %s, access: %s]' % (spellbook.getTarget().getName(), spellbook.getTarget().doId, spellbook.getTarget().getAdminAccess())
return 'Your current target is: %s [avId: %s]' % (spellbook.getTarget().getName(), spellbook.getTarget().doId)
#return 'Your current target is: %s [avId: %s, access: %s]' % (spellbook.getTarget().getName(), spellbook.getTarget().doId, spellbook.getTarget().getAdminAccess())

@ -1 +1 @@
Subproject commit 03e846df644d90b1ebfbbaa5b998231668eba4b4
Subproject commit 773819254f494b64d73fcfe0762ed447b77fe872