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