mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-07-31 01:15:50 -04:00
8 lines
300 B
Groovy
8 lines
300 B
Groovy
import resources.objects.SWGObject
|
|
import resources.player.Player
|
|
import resources.player.PlayerFlags
|
|
import services.galaxy.GalacticManager
|
|
|
|
static def execute(GalacticManager galacticManager, Player player, SWGObject target, String args) {
|
|
player.getPlayerObject().toggleFlag(PlayerFlags.HELPER)
|
|
} |