Removed unnecessary line from quit menu command
Signed-off-by: Gergely Polonkai (polesz@w00d5t0ck.info)
This commit is contained in:
parent
e821a44c71
commit
743cb3c5ad
@ -583,7 +583,6 @@ wmud_client_quitanswer(wmudClient *client, gboolean answer)
|
|||||||
{
|
{
|
||||||
if (answer)
|
if (answer)
|
||||||
{
|
{
|
||||||
wmud_client_send(client, "Borgo sad... :(\r\n");
|
|
||||||
wmud_client_close(client, TRUE);
|
wmud_client_close(client, TRUE);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user