mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-08-04 05:16:49 -04:00
6 lines
165 B
Python
6 lines
165 B
Python
import sys
|
|
from resources.player.PlayerFlags import AFK
|
|
|
|
def execute(objManager, player, target, args):
|
|
player.getPlayerObject().toggleFlag(PlayerFlags.AFK)
|
|
return |