Change job equip msg to local action

This commit is contained in:
Vortrex
2021-10-15 22:39:58 -05:00
parent 4da3e1e187
commit a561e30aac

View File

@@ -758,7 +758,8 @@ function jobEquipmentCommand(command, params, client) {
deleteJobItems(client);
givePlayerJobEquipment(client, equipmentId-1);
messagePlayerSuccess(client, `You have been given the ${equipments[equipmentId-1].name} equipment`);
//messagePlayerSuccess(client, `You have been given the ${equipments[equipmentId-1].name} equipment`);
meActionToNearbyPlayers(client, `grabs the ${jobData.equipment[equipmentId-1].name} equipment from the locker`);
}
// ===========================================================================