@citizenfx/server 2.0.6562-1 → 2.0.6575-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.
- package/natives_server.d.ts +1 -1
- package/package.json +1 -1
package/natives_server.d.ts
CHANGED
|
@@ -288,7 +288,7 @@ declare function DoesEntityExist(entity: number): boolean;
|
|
|
288
288
|
|
|
289
289
|
/**
|
|
290
290
|
* Returns whether or not the player exists
|
|
291
|
-
* @return True
|
|
291
|
+
* @return True if the player exists, false otherwise
|
|
292
292
|
*/
|
|
293
293
|
declare function DoesPlayerExist(playerSrc: string): boolean;
|
|
294
294
|
|