@citizenfx/client 2.0.12947-1 → 2.0.12949-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.
@@ -26182,6 +26182,7 @@ declare function MumbleSetAudioOutputDistance(distance: number): void;
26182
26182
 
26183
26183
  /**
26184
26184
  * Changes the Mumble server address to connect to, and reconnects to the new address.
26185
+ * Setting the address to an empty string and the port to -1 will reset to the built in FXServer Mumble Implementation.
26185
26186
  * @param address The address of the mumble server.
26186
26187
  * @param port The port of the mumble server.
26187
26188
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenfx/client",
3
- "version": "2.0.12947-1",
3
+ "version": "2.0.12949-1",
4
4
  "description": "Typings for the CitizenFX client JS API.",
5
5
  "main": "index.js",
6
6
  "scripts": {