Journal login phase input, too
This commit is contained in:
parent
72d051310c
commit
a7be765ed4
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
* Known contributors to this file:
|
* Known contributors to this file:
|
||||||
* Dave Pare, 1994
|
* Dave Pare, 1994
|
||||||
* Steve McClure, 2000
|
* Steve McClure, 2000
|
||||||
* Markus Armbruster, 2004-2009
|
* Markus Armbruster, 2004-2011
|
||||||
* Ron Koenderink, 2005-2009
|
* Ron Koenderink, 2005-2009
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -39,6 +39,7 @@
|
||||||
#include "empio.h"
|
#include "empio.h"
|
||||||
#include "empthread.h"
|
#include "empthread.h"
|
||||||
#include "file.h"
|
#include "file.h"
|
||||||
|
#include "journal.h"
|
||||||
#include "match.h"
|
#include "match.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "nat.h"
|
#include "nat.h"
|
||||||
|
@ -96,6 +97,7 @@ player_login(void *ud)
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
journal_input(buf);
|
||||||
ac = parse(buf, space, player->argp, NULL, NULL, NULL);
|
ac = parse(buf, space, player->argp, NULL, NULL, NULL);
|
||||||
if (ac <= 0) {
|
if (ac <= 0) {
|
||||||
pr_id(player, C_BADCMD, "Can't parse command\n");
|
pr_id(player, C_BADCMD, "Can't parse command\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue