]> git.pond.sub.org Git - empserver/commit
Revert "(prmptrd, uprmptrd): Should not be called while player->aborted. Check."
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 28 Apr 2008 20:22:18 +0000 (22:22 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Mon, 28 Apr 2008 20:22:18 +0000 (22:22 +0200)
commitc66e8319ee075c376382cedcba0eeae7e7334885
tree0c081a67a45014082b93dc4adb06723f7ef63900
parent61998d2316ed30e4fd0d7750ab3f23cd5f9dbeb0
Revert "(prmptrd, uprmptrd): Should not be called while player->aborted.  Check."

This reverts commit fee8ac9d8f519649ad72129cae9ffb3bbd5d7ffb.

These *are* called while player->aborted.  Could be avoided, but: the
reason for not wanting to prompt then is to have each prompt consume a
line of input.  That's actually not feasible, because when we wait for
an argument (after prompting for it) when the update aborts commands,
we can't consume the argument we prompted for.
src/lib/subs/pr.c