Removed stale TODO line

This commit is contained in:
Gergely Polonkai 2013-01-02 10:41:39 +01:00
parent ca535b9d40
commit 99a4164785

View File

@ -488,8 +488,6 @@ state_passwait(wmudClient *client)
" account since your last"
" visit\r\n", (client->player->fail_count == 1) ? "was" : "were", client->player->fail_count, (client->player->fail_count == 1) ? "" : "s");
/* TODO: send MOTD */
wmud_text_send_to_client("motd", client);
wmud_menu_present(client);
} else {