From d536ca4ec46b32bba8d7bfa628773e3afaa83500 Mon Sep 17 00:00:00 2001 From: Loudrob <loudhuddles131@yahoo.com> Date: Wed, 19 Aug 2015 18:37:24 -0400 Subject: [PATCH] They have access to ~allSummons anyway so... --- toontown/toon/DistributedToonAI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toontown/toon/DistributedToonAI.py b/toontown/toon/DistributedToonAI.py index b851ad01..3e14a2ad 100755 --- a/toontown/toon/DistributedToonAI.py +++ b/toontown/toon/DistributedToonAI.py @@ -4925,7 +4925,7 @@ def track(command, track, value=None): return 'Set the experience of the %s track to: %d!' % (track, value) return 'Invalid command.' -@magicWord(category=CATEGORY_ADMINISTRATOR, types=[str, str]) +@magicWord(category=CATEGORY_DEVELOPER, types=[str, str]) def suit(command, suitName): invoker = spellbook.getInvoker() command = command.lower()