Update to 1.10.0-RC1
This commit is contained in:
@@ -1687,12 +1687,12 @@ static WindowDesc _client_list_popup_desc(
|
||||
/* Here we start to define the options out of the menu */
|
||||
static void ClientList_Kick(const NetworkClientInfo *ci)
|
||||
{
|
||||
NetworkServerKickClient(ci->client_id);
|
||||
NetworkServerKickClient(ci->client_id, nullptr);
|
||||
}
|
||||
|
||||
static void ClientList_Ban(const NetworkClientInfo *ci)
|
||||
{
|
||||
NetworkServerKickOrBanIP(ci->client_id, true);
|
||||
NetworkServerKickOrBanIP(ci->client_id, true, nullptr);
|
||||
}
|
||||
|
||||
static void ClientList_GiveMoney(const NetworkClientInfo *ci)
|
||||
|
||||
Reference in New Issue
Block a user