EvoEsports / GbxRemote.Net

Trackmania dedicated server XML-RPC async task library for .NET
Apache License 2.0
11 stars 8 forks source link

Incorrect call to BanAndBlackListAsync #25

Closed snixtho closed 2 years ago

snixtho commented 2 years ago

The signature for BanAndBlackList is BanAndBlackList(string, string, boolean) and the last parameter is set to null by default. It should be a boolean. If you attempt to call this function, an XMLRPC fault is raised.

https://github.com/EvoTM/GbxRemote.Net/blob/master/GbxRemote.Net/GbxRemoteClient.Methods.Players.cs#L57

Chris92de commented 2 years ago

Fixed in dev