epicgames-fortnite-client
Advanced tools
Comparing version 2.0.0 to 2.0.2
{ | ||
"name": "epicgames-fortnite-client", | ||
"version": "2.0.0", | ||
"version": "2.0.2", | ||
"description": "Unofficial Fortnite client in javascript.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,3 +5,3 @@ const Events = require('events'); | ||
WaitingRoom, Endpoints: LauncherEndpoint, Communicator, Party, | ||
} = require('epicgames-client'); | ||
} = require('../../../node-epicgames-client'); // TODO | ||
@@ -28,8 +28,8 @@ const ENDPOINT = require('../../resources/Endpoint'); | ||
this.id = 'Fortnite'; | ||
this.libraryName = 'epicgames-fortnite-client'; | ||
this.launcher = launcher; | ||
this.config = { | ||
partyMemberConfirmation: this.launcher.config.partyMemberConfirmation, | ||
useWaitingRoom: this.launcher.config.useWaitingRoom, | ||
@@ -36,0 +36,0 @@ useCommunicator: this.launcher.config.useCommunicator, |
50074
38
1252