mirror of
https://bitbucket.org/projectswg/cucore.git
synced 2026-08-02 02:15:57 -04:00
6 lines
153 B
Python
6 lines
153 B
Python
import sys
|
|
from resources.player.PlayerFlags import AFK
|
|
|
|
def execute(objManager, player, target, args):
|
|
player.getPlayerObject().toggleFlag(AFK)
|
|
return |