mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-07-30 00:15:50 -04:00
6 lines
160 B
Python
6 lines
160 B
Python
import sys
|
|
from resources.player.PlayerFlags import HELPER
|
|
|
|
def execute(objManager, player, target, args):
|
|
player.getPlayerObject().toggleFlag(HELPER);
|
|
return |