mirror of
https://bitbucket.org/projectswg/cucore.git
synced 2026-08-03 03:15:59 -04:00
5 lines
311 B
JavaScript
5 lines
311 B
JavaScript
function executeCommand(galacticManager, player, target, args) {
|
|
var ChatAvatarRequestIntent = Java.type("intents.chat.ChatAvatarRequestIntent");
|
|
var RequestType = Java.type("intents.chat.ChatAvatarRequestIntent.RequestType");
|
|
new ChatAvatarRequestIntent(player, null, RequestType.FRIEND_LIST).broadcast();
|
|
} |