mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-08-01 02:15:58 -04:00
4 lines
204 B
JavaScript
4 lines
204 B
JavaScript
function executeCommand(galacticManager, player, target, args) {
|
|
var DeathblowIntent = Java.type("intents.combat.DeathblowIntent");
|
|
new DeathblowIntent(player.getCreatureObject(), target).broadcast();
|
|
} |