mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-08-01 02:15:58 -04:00
8 lines
328 B
Groovy
8 lines
328 B
Groovy
import intents.GroupEventIntent
|
|
import resources.objects.SWGObject
|
|
import resources.player.Player
|
|
import services.galaxy.GalacticManager
|
|
|
|
static def execute(GalacticManager galacticManager, Player player, SWGObject target, String args) {
|
|
new GroupEventIntent(GroupEventIntent.GroupEventType.GROUP_JOIN, player).broadcast()
|
|
} |