mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-11 21:45:26 -04:00
Added /ooc command to toggle the Out Of Character player flag
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import sys
|
||||
from resources.player.PlayerFlags import OOC
|
||||
|
||||
def execute(objManager, player, target, args):
|
||||
player.getPlayerObject().toggleFlag(OOC);
|
||||
return
|
||||
Reference in New Issue
Block a user