marceldev89 / BattleNET

BattlEye Protocol Library and Client
GNU Lesser General Public License v3.0
76 stars 44 forks source link

GetMissionsRequest doese not realized #49

Closed EgoBrainProgrammer closed 5 years ago

EgoBrainProgrammer commented 5 years ago

GetMissionsRequest doese not realized

RconClient networkClient = new RconClient("192.168.1.1", 2344, "pswd");

            bool requestSuccess = networkClient.Fetch(
                command: new GetMissionsRequest(),
                timeout: 5000,
                result: out string missions);

InvalidOperationException

EgoBrainProgrammer commented 5 years ago

Wrong repo