Don't log out player when he interrupts a command
Broken in commit3da4030a
, v4.3.19. (cherry picked from commit475f518be1
)
This commit is contained in:
parent
56c28caf5b
commit
2900de1f63
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