Don't log out player when he interrupts a command

Broken in commit 3da4030a, v4.3.19.
(cherry picked from commit 475f518be1)
This commit is contained in:
Markus Armbruster 2009-03-22 08:58:10 +01:00
parent 56c28caf5b
commit 2900de1f63

View file

@ -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);