mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
Fixed toggleawayfromkeyboard
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from resources.common import PlayerFlags
|
||||
from resources.datatables import PlayerFlags
|
||||
import sys
|
||||
|
||||
def setup():
|
||||
@@ -7,4 +7,4 @@ def setup():
|
||||
def run(core, actor, target, commandString):
|
||||
ghost = actor.getSlottedObject('ghost')
|
||||
ghost.toggleFlag(PlayerFlags.AFK)
|
||||
return
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user