Added command for toggling the Player Flag for FACTIONRANK

This commit is contained in:
Obique PSWG
2015-05-26 00:10:28 -05:00
parent 4bf90a164e
commit 0fbdfbcd2b
@@ -0,0 +1,6 @@
import sys
from resources.player.PlayerFlags import FACTIONRANK
def execute(objManager, player, target, args):
player.getPlayerObject().toggleFlag(FACTIONRANK);
return