mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-07-31 01:15:50 -04:00
7 lines
282 B
JavaScript
7 lines
282 B
JavaScript
function executeCommand(galacticManager, player, target, args) {
|
|
|
|
var GroupEventIntent = Java.type("intents.GroupEventIntent");
|
|
var GroupEventType = Java.type("intents.GroupEventIntent.GroupEventType");
|
|
|
|
new GroupEventIntent(GroupEventType.GROUP_DECLINE, player).broadcast();
|
|
} |