@citizenfx/server 2.0.7716-1 → 2.0.7752-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2383,12 +2383,6 @@ declare function SetPedEyeColor(ped: number, index: number): void;
2383
2383
  */
2384
2384
  declare function SetPedFaceFeature(ped: number, index: number, scale: number): void;
2385
2385
 
2386
- /**
2387
- * Used for freemode (online) characters.
2388
- * **This is the server-side RPC native equivalent of the client native [\_SET_PED_HAIR_COLOR](?\_0x4CFFC65454C93A49).**
2389
- */
2390
- declare function SetPedHairColor(ped: number, colorID: number, highlightColorID: number): void;
2391
-
2392
2386
  /**
2393
2387
  * For more info please refer to [this](https://gtaforums.com/topic/858970-all-gtao-face-ids-pedset-ped-head-blend-data-explained) topic.
2394
2388
  * **Other information:**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/server",
3
- "version": "2.0.7716-1",
3
+ "version": "2.0.7752-1",
4
4
  "description": "Typings for the CitizenFX server JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {