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