@citizenfx/server 2.0.11491-1 → 2.0.11505-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.
@@ -1051,7 +1051,7 @@ declare function GetPlayerGuid(playerSrc: string): string;
1051
1051
  * To get a specific type of identifier, use [GET_PLAYER_IDENTIFIER_BY_TYPE](?\_0xA61C8FC6)
1052
1052
  * @return Returns the identifier at the specific index, if out of bounds returns `null`
1053
1053
  */
1054
- declare function GetPlayerIdentifier(playerSrc: string, indentiferIndex: number): string;
1054
+ declare function GetPlayerIdentifier(playerSrc: string, identiferIndex: number): string;
1055
1055
 
1056
1056
  /**
1057
1057
  * Get an identifier from a player by the type of the identifier.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/server",
3
- "version": "2.0.11491-1",
3
+ "version": "2.0.11505-1",
4
4
  "description": "Typings for the CitizenFX server JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {