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