diff --git a/src/lib/commands/deli.c b/src/lib/commands/deli.c index 46fc0d67..14df1e6a 100644 --- a/src/lib/commands/deli.c +++ b/src/lib/commands/deli.c @@ -66,7 +66,7 @@ deli(void) if (!snxtsct(&nstr, player->argp[2])) return RET_SYN; - while (nxtsct(&nstr, §) > 0) { + while (!player->aborted && nxtsct(&nstr, §) > 0) { if (!player->owner) continue;