From 9afcd4fb28df5fc6b6088ecf97789aa5c7ea790b Mon Sep 17 00:00:00 2001 From: Treeku Date: Sat, 28 Dec 2013 16:14:52 +0000 Subject: [PATCH] Fixed toggleawayfromkeyboard --- scripts/commands/toggleawayfromkeyboard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/commands/toggleawayfromkeyboard.py b/scripts/commands/toggleawayfromkeyboard.py index 18dece5b..21fddc02 100644 --- a/scripts/commands/toggleawayfromkeyboard.py +++ b/scripts/commands/toggleawayfromkeyboard.py @@ -1,4 +1,4 @@ -from resources.common import PlayerFlags +from resources.datatables import PlayerFlags import sys def setup(): @@ -7,4 +7,4 @@ def setup(): def run(core, actor, target, commandString): ghost = actor.getSlottedObject('ghost') ghost.toggleFlag(PlayerFlags.AFK) - return \ No newline at end of file + return