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