From d2afb22e078d053f2e7c1b61aa47b4ddd6f769c2 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 20 Aug 2015 11:09:22 +0200 Subject: [PATCH] Fixed that for ya --- 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 3e14a2ad..a01ee415 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_DEVELOPER, types=[str, str]) +@magicWord(category=CATEGORY_PROGRAMMER, types=[str, str]) def suit(command, suitName): invoker = spellbook.getInvoker() command = command.lower()