mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Update resources and also, Why doesn't ~~target work?!?!
This commit is contained in:
parent
5724706b6f
commit
e53c2fac3d
2 changed files with 3 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue