Don't log out player when he interrupts a command
Broken in commit 3da4030a
, v4.3.19.
This commit is contained in:
parent
57717b5bc1
commit
475f518be1
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ command(void)
|
|||
time_t now;
|
||||
|
||||
if (getcommand(player->combuf) < 0)
|
||||
return 0;
|
||||
return player->aborted;
|
||||
|
||||
now = time(NULL);
|
||||
update_timeused(now);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue