Closed snixtho closed 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.
BanAndBlackList(string, string, boolean)
https://github.com/EvoTM/GbxRemote.Net/blob/master/GbxRemote.Net/GbxRemoteClient.Methods.Players.cs#L57
Fixed in dev
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